I am using dynamic content to display images and descriptions in a blog carousel. How could I make it so that in case the author of a post doesn’t post an image, another image is displayed by default?
Something like if (image-entry === ’ ') {
image-entry = ‘default-image.jpg’;
} else { } or something like that, but in cornerstone haha
I leave an image so you can see how my posts look like without images :’)




