Barcelona: +34 93 479 16 16
WhatsApp Sales: +34 601 634 493
Inglés
Español
Francés
Italiano
GALERÍA DE FOTOS
El Jardín de las Palmeras
.all-images {
padding-top: 10px !important;
padding-bottom: 15px !important;
}
#image_gallery_6141 .thumbnail {
width: 100% !important;
height: auto !important;
border-radius: 0px;
/*background: transparent url(‘https://es-school.com/landing-barcelona/wp-content/plugins/new-image-gallery/assets/img/loading.gif’) center no-repeat !important;*/
}
.item-title {
background-color: rgba(0, 0, 0, 0.5);
bottom: 45px;
color: #FFFFFF;
display: block;
font-weight: 300;
left: 2rem;
padding: 8px;
position: absolute;
right: 2rem;
text-align: center;
text-transform: capitalize;
}
.lb-number { display: none}
jQuery(document).ready(function () {
// Method 1 – Initialize Isotope, then trigger layout after each image loads.
var $grid = jQuery(‘.all-images-6141’).isotope({
// options…
itemSelector: ‘.single-image-6141’,
});
// layout Isotope after each image loads
$grid.imagesLoaded().progress( function() {
$grid.isotope(‘layout’);
});
/*
//Method 2 – initialize Isotope after all images have been loaded
var $grid = jQuery(‘.all-images-6141’).imagesLoaded( function() {
// init Isotope after all images have loaded
$grid.isotope({
// options…
itemSelector: ‘.single-image-6141’,
});
});*/
jQuery(document).on(‘click’, ‘[data-toggle=»lightbox-6141″]’, function(event) {
event.preventDefault();
jQuery(this).ekkoLightbox();
});
});