Hey there is this helpful option to choose a custom background color for images until the are loaded. Is there a way to also do this for the carousel add-on?
-
Image Placeholder Background for Carousel
-
-
Cool, thank you! I am excited for it!
-
No problem!
-
@mariusjopen is there a way to achive this through css?
edit: achieved it with this code:
.lay-carousel {
background-color: #cccccc;
}Problem is, that if you have different formats in the carousel (or text) it will show borders...
-
-
@mariusjopen hey, I used a custom format (1:1) so der just a black square, but the pictures are 3:4 and 4:3. so you see these photos of either portrait or landscape mode on top of a black square... if that makes sense
-