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 again,
So using the following line of code I have managed to pull back an image that has been uploaded via a user control and display it.
imgCurrentImage.ImageUrl = currentPage.GetProperty("Image").Value;
I would much prefer to use the auto generated thumbnail that is created when an image is uploaded in umbraco but Im struggling to achieve this. I have tried this but cant get it working
imgCurrentVenueImage.ImageUrl = currentPage.GetProperty("venueImage").Value.Split(.) + "_thumb";
Does any one have any idea?
Thanks
Paul
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Using the media thumbnial
Hello again,
So using the following line of code I have managed to pull back an image that has been uploaded via a user control and display it.
I would much prefer to use the auto generated thumbnail that is created when an image is uploaded in umbraco but Im struggling to achieve this. I have tried this but cant get it working
Does any one have any idea?
Thanks
Paul
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.