How to set a background color for images? #43
-
How to set a background color for images? Use case: I have transparent pngs but would like to display them with a predefined background in the lightbox. the black bars should be transparent |
Beta Was this translation helpful? Give feedback.
Answered by
createperhaps
Jan 10, 2023
Replies: 1 comment
-
Did you find a solution? If it is the same issue I am having I used
but I am wondering if there's another way. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mynona
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you find a solution?
If it is the same issue I am having I used
.ratio { background-color: transparent !important; }
but I am wondering if there's another way.