Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Sam,
Are you using a stable connection? If yes please try below method to render the image
First I would tip on adding allowedtypes on the property so you only can choose images then you do not need to get it and then get the url, that would speed up your site.
Then regarding that is is not visiable I would see if there is any js error that can affect it
And also, do not use GetUrl, use this instead:
@Url.ContentUrl(TopItem.RightSection)
Hi,
I am using following code to select image to display on page:
This opensup a popup to select the image, but some times after selecting image it's not displayed imediately, infact a broken image is displayed. But after closing popup & reopening it displayes the selected image, also some times previously uploaded images are not rendered on frontend, but when i upload a new image it renders correctly in frontend. following is the code that i am using in frontend:
Thanks