Here is how to show an image from an umbraco 7 media picker, and show it on the web page
<img src=”@Umbraco.Media(CurrentPage.myImage).Url” alt=”@CurrentPage.title” />
Here is how to show an image from an umbraco 7 media picker, and show it on the web page
<img src=”@Umbraco.Media(CurrentPage.myImage).Url” alt=”@CurrentPage.title” />
you are the best! I have been all day searching for this, saw many solutions in stackoverflow and blogs but none of them worked but your.s thanks a lot!
Thank you! Spent almost an hour trying by myself your answer is the simplest!
EMILIO!
Thanks ……