Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello all,
I need some help in getting my image displaying, I just cant figure out whats going wrong.
So I use the image picker and if I use the following code my image will display;
<img src="@Umbraco.Media(Convert.ToString(@Umbraco.Field("logo"))).umbracoFile" alt="" />
However now I add my own code so I use the following;
<div class="right-section-div w-clearfix"><img src="@Umbraco.Media(Convert.ToString(@Umbraco.Field("logo"))).umbracoFile" width="117" class="image w-hidden-small w-hidden-tiny">
Then my image stops working, I can see the image is suppose to be there but nothing displays?
Thanks in advance, Matt
Strange, its now working....
Thanks :)
Hi Matt
What version of Umbraco are you using?
/Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Image wont show but will show - Confused
Hello all,
I need some help in getting my image displaying, I just cant figure out whats going wrong.
So I use the image picker and if I use the following code my image will display;
However now I add my own code so I use the following;
Then my image stops working, I can see the image is suppose to be there but nothing displays?
Thanks in advance, Matt
Strange, its now working....
Thanks :)
Hi Matt
What version of Umbraco are you using?
/Alex
is working on a reply...