JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://hybridfuzionblackop.com/javascripts/jquery-photowall.js"></script>
<link rel="stylesheet" href="http://hybridfuzionblackop.com/jquery-photowall.css">
                <div id="gallery">
        			<div class="body">

        			</div>
				</div>

JavaScript

$(document).ready(function(){
				PhotoWall.init({
					el:                 '#gallery'               // Gallery element
					,zoom:              true                     // Use zoom
					,zoomAction:        'mouseenter'             // Zoom on action
					,zoomTimeout:       500                      // Timeout before zoom
					,zoomDuration:      100                      // Zoom duration time
					,zoomImageBorder:   5                         // Zoomed image border size 
					,showBox:           true                     // Enavle fullscreen mode
					,showBoxSocial:     true                     // Show social buttons
					,padding:           5                        // padding between images in gallery
					,lineMaxHeight:     150                      // Max set height of pictures line
					,lineMaxHeightDynamic: true                  // Dynamic lineMaxHeight. If set to True,
																			// then line height will be changing on 
																 // resize, coressponding to 
																 // baseScreenHeight param
					,baseScreenHeight:  600                      // Base screen size from wich calculating dynamic lineMaxHeight  
				});

	 var PhotosArray = new Array(
       {id:'img_0',img:'http://www.oradonna.com/palazzirufini/images/attivita/photo-album/autunno-agriturismo-perugia-umbria.jpg',width:960,height:640, th:{src:'http://www.oradonna.com/palazzirufini/images/attivita/photo-album/autunno-agriturismo-perugia-umbria.jpg',width:150,height:100, zoom_src:'http://www.oradonna.com/palazzirufini/images/attivita/photo-album/autunno-agriturismo-perugia-umbria.jpg',zoom_factor:4 } }, {id:'img_1',img:'http://www.oradonna.com/palazzirufini/images/attivita/photo-album/autunno-agriturismo-perugia-umbria_1.jpg',width:960,height:640, th:{src:'http://www.oradonna.com/palazzirufini/images/attivita/photo-album/autunno-agriturismo-perugia-umbria_1.jpg',width:150,height:100,...