Horny Indian Village Couple Having Sex

Font Size

/**
* Image Gallery
*
* @author Spartacus
* @since 1.0
*
*/
jQuery(document).ready( function($) {
$( ‘#grid-gallery’ ).imagesLoaded( function () {
$( ‘#grid-gallery’ ).masonry( {
itemSelector : ‘.item’
} );
} );

$( ‘#grid-gallery’ ).masonry();
$( ‘#grid-gallery’ ).masonry( ‘bindResize’ );

//swipbox fix title as alt
$( ‘#grid-gallery a’ ).each( function () {
var $a = $( this ),
$img = $( this ).find( ‘img’ );

var alt = $img.attr( ‘alt’ );

if ( typeof alt !== typeof undefined && alt !== false ) {
$a.attr( ‘title’, alt );
}
} );

$( ‘#grid-gallery a’ ).swipebox( {
removeBarsOnMobile : false,
beforeOpen : function () {
console.log( ‘gallery ready’ );
if ( window.innerWidth < 768 ) {
$( ".navbar.navbar-inverse.navbar-fixed-top.visible-sm.visible-xs" ).css( 'z-index', '1' );
if ( window.history && window.history.pushState ) {
$( window ).on( 'popstate', function () {
var hashLocation = location.hash;
var hashSplit = hashLocation.split( "#!/" );
var hashName = hashSplit[ 1 ];

if ( hashName !== '' ) {
var hash = window.location.hash;
if ( hash === '' ) {
$( '#swipebox-close' ).click();
}
}
} );
window.history.pushState( 'forward', null, './#gallery' );
}
}
},
afterClose : function () {
if ( window.innerWidth < 768 ) {
$( ".navbar.navbar-inverse.navbar-fixed-top.visible-sm.visible-xs" ).css( 'z-index', '999999' );
}
}
} );
});

 

Leave a Comment