Posts

Showing posts with the label jQuery

Gallery Light Box

Image
Gallery lightbox view See Demo Download Light Gallery Files Code put this code inside <head> tag < link   href = "lightbox/dist/css/lightgallery.css"   rel = "stylesheet" ></ link > HTML Use this code where you want to display light gallery < div >      < ul   id = "lightgallery"   class = "list-unstyled row" >          < li   class = "col-xs-6 col-sm-4 col-md-3"   data-src = "https://picsum.photos/id/494/1500/600" >              < a   href = "" >                  < img   class = "img-responsive"   src = "https://picsum.photos/id/494/200/200" >              </ a > ...