Image slider (placeholder image or hide it)

Hi all,

I have an image slider in my app, where I created a separate collection for the pictures linked to news posts. It works fine. But sometimes there is no image to be displayed in the post. So with the image component, I just made it sometimes visible. It seems to be impossible with the image slider component? I decided to insert a placeholder image instead. But that is not working as well? Any known ways around this?

Solved

Apparently the problem was that I created a boolean (true/false) condition in the wrong place, which shifted condition as soon as a user uploaded an image in the seperate collection where the images were stored. That did not work - the component did not disappear. I changed the condition property to the collection where new posts was created. That solved the problem.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.