Edrol97
Silver Coder
Hi all, wondering how to scale a lightbox gallery background image. I have this code currently defining the background image
Your help is appreciated.
CSS:
.slide-show_containers {
position: fixed;
z-index: 2000;
display: none;
top: 0;
left: 0;
background-image: url(img/background/Frame.png);
width: 100%;
height: 100%;
}
Your help is appreciated.