Page 1 of 1

help for the border of popup

Posted: 15 Aug 2024, 10:13
by arbu
Hello Karl Can you add a border to the image in the popup?

Re: help for the border of popup

Posted: 15 Aug 2024, 21:56
by mjau-mjau
arbu wrote: Hello Karl Can you add a border to the image in the popup?
For example, Settings > Custom > Custom CSS:
Code
.pswp__img {
  border: 5px solid white;
}
Keep in mind, this means there will be tiny glitch if/when closing images and they zoom back to the small thumbnail in the gallery page layout.