This might be a stupid question - but I have experienced a problem with my Umbraco 7 (7.1.6) site - www.malus.dk
Problem is:
I normally upload images to my cases, and that still works, I can see the images in the backoffice. I display the images on the frontpage, but it only display images I have uploaded earlier - the new uploaded images doesn't show. They put out a empty src string.
The frontpage display the images like this:
if (caseItem.HasValue("indexBillede")){
var dynamicMediaItem = Umbraco.Media(caseItem.indexBillede);
<div class="homeCaseFrame col-md-4">
<div class='homeCaseArea' style='background:url("@dynamicMediaItem.umbracoFile"); background-size:cover;'>
Empty image string
Hello
This might be a stupid question - but I have experienced a problem with my Umbraco 7 (7.1.6) site - www.malus.dk
Problem is: I normally upload images to my cases, and that still works, I can see the images in the backoffice. I display the images on the frontpage, but it only display images I have uploaded earlier - the new uploaded images doesn't show. They put out a empty src string.
The frontpage display the images like this:
Anyone experienced the same problem? Thanks.
Steffen,
Pick one of the new images in backend and just click save does that cause it to appear? Also try rebuilding the internal index see if that fixes it.
Regards
Ismail
Thanks for the reply Ismail - but it didn't seem to help. I have already been trying difference sizes, formates and positions.
is working on a reply...