I would like to put a frame around the images in the slideshow for kokaburra slideshow. Need tips for how to do this.
Here I am framing before sending the image to blacklight
I would like to put a frame around the images in the slideshow for kokaburra slideshow. Need tips for how to do this.
Here I am framing before sending the image to blacklight
If you want just one color, you can try using custom css to add a background color and padding
.fancybox-image {
background-color: white;
padding: 10px;
}