Portret
Zwart-Wit
.awp_center {
text-align: center !important;
}
.fifth-effect .mask {
border: 100px solid rgba(0, 0, 0, 0.7);
}
.col-lg-12 .stack {
margin: 3% 36%;
}
.col-lg-12 .view {
margin: 5% 37%;
}
.col-lg-6 .stack {
margin: 6% 22%;
}
.col-lg-6 .view {
margin: 5% 22%;
}
.col-lg-4 .stack {
margin: 10% 7%;
}
.col-lg-4 .view {
margin: 5% 6%;
}
.col-lg-3 .stack {
margin: 15% 3%;
}
.col-lg-3 .view {
margin: 5% 1%;
}
.fifth-effect .mask {
border: 100px solid rgba(0, 0, 0, 0.7);
}
.fifth-effect .mask {
border: 100px solid rgba(0, 0, 0, 0.7);
}
.view {
}
.mask {
cursor: pointer;
}
jQuery(document).ready(function () {
// PhotoBox
jQuery('#album_gallery_804').photobox('a');
// or with a fancier selector and some settings, and a callback:
jQuery('#album_gallery_804').photobox('a:first', { thumbs: false, time: 0 }, imageLoaded);
function imageLoaded() {
console.log('image has been loaded...');
}
//Isotope function for masonary
var $grid = jQuery('.album_gallery_main').isotope({
// options...
itemSelector: '.album_gallery_single',
});
// layout Isotope after each image loads
$grid.imagesLoaded().progress(function () {
$grid.isotope('layout');
});
});
.awp_center { text-align: center !important; } .fifth-effect .mask { border: 100px solid rgba(0, 0, 0, 0.7); } .col-lg-12 .stack { margin: 3% 36%; } .col-lg-12 .view { margin: 5% 37%; } .col-lg-6 .stack { margin: 6% 22%; } .col-lg-6 .view { margin: 5% 22%; } .col-lg-4 .stack { margin: 10% 7%; } .col-lg-4 .view { margin: 5% 6%; } .col-lg-3 .stack { margin: 15% 3%; } .col-lg-3 .view { margin: 5% 1%; } .fifth-effect .mask { border: 100px solid rgba(0, 0, 0, 0.7); } .fifth-effect .mask { border: 100px solid rgba(0, 0, 0, 0.7); } .view { margin: 0 0 5% 0%; margin: 5% 0%; } .mask { cursor: pointer; } jQuery(document).ready(function () { // PhotoBox jQuery('#album_gallery_870').photobox('a'); // or with a fancier selector and some settings, and a callback: jQuery('#album_gallery_870').photobox('a:first', { thumbs: false, time: 0 }, imageLoaded); function imageLoaded() { console.log('image has been loaded...'); } //Isotope function for masonary var $grid = jQuery('.album_gallery_main').isotope({ // options... itemSelector: '.album_gallery_single', }); // layout Isotope after each image loads $grid.imagesLoaded().progress(function () { $grid.isotope('layout'); }); });
