Widget "Images Gallery" > when zooming, how to make background white?
-
Dear,
I have an Images Gallery on the page in private, when I open the lightbox the background is black. Which code can make it white?
Thanks
Simon
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.pswp__scroll-wrap, .pswp__share-modal {
background:white;
}
Best Regards
Dear,
The code works but, before that the image loads, the background is still black.
See video below, how can I make that plateholder white too?
Thanks
Simon
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .pswp__img--placeholder--blank {
background: #FFF;
}
Best Regards
Perfect thanks. Can this be an improvement in the Theme Settings
=> allowing us to change the background color of placeholder when zomming images
You can close this ticket.
Hello,
I will provide the issue to our development department for consideration.
If you have any questions please feel free to contact us.
Best Regards
Thanks you can close this ticket
The topic ‘Widget "Images Gallery" > when zooming, how to make background white?’ is closed to new replies.