Is it possible to show/hide an image or video based on a value in the collection? E.g. I might have optional video and image URLs going in the collection items. I want to be able to hide the image/video element if the URLsn are not there. How can I achieve this?
I guess this is just possible with custom javascript
Okay thanks…