Lightbox Image
CODE
×
HTML
<div class='lightbox-img'></div>
CSS
div.lightbox-img { background-image: url('../img/Bild7.jpg'); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: contain; background-color: rgba(242,242,242,1); height: 68vh; }
JS
Lightbox Image
×