[ad_1]
Replies: 1
I added this css to make the background white and give the image a padding and border. The first image that popups seems to have a dark thick border I can’t seem to get rid off. After fully loaded the border is fine. I added the padding in the css because the padding I added on the settings page doesn’t seem to work.
Check this page for instance:
https://www.jacktummers.nl/collectie-beeldende-kunst-museum-voorlinden/
.pswp__bg {
opacity: .9 !important;
background: #fff;
}.pswp img {
padding:10px;
border:solid 1px #333;
max-width: none;
background:#fff;
}