Home Forums WoodMart support forum Widget "Images Gallery" > when zooming, how to make background white?

Widget "Images Gallery" > when zooming, how to make background white?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #334205

    Jeriss Cloud Center
    Participant

    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

    #334231

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .pswp__scroll-wrap, .pswp__share-modal {
    background:white;
    }

    Best Regards

    #334236

    Jeriss Cloud Center
    Participant

    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

    #334452

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .pswp__img--placeholder--blank {
    	background: #FFF;
    }

    Best Regards

    #334459

    Jeriss Cloud Center
    Participant

    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.

    #334637

    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

    #334659

    Jeriss Cloud Center
    Participant

    Thanks you can close this ticket

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Widget "Images Gallery" > when zooming, how to make background white?’ is closed to new replies.