@@ -44,12 +44,12 @@ $(document).ready(function(){
|
||||
|
||||
// Magnific-Popup options
|
||||
$(".image-popup").magnificPopup({
|
||||
disableOn: function() {
|
||||
if( $(window).width() < 500 ) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
},
|
||||
// disableOn: function() {
|
||||
// if( $(window).width() < 500 ) {
|
||||
// return false;
|
||||
// }
|
||||
// return true;
|
||||
// },
|
||||
type: 'image',
|
||||
tLoading: 'Loading image #%curr%...',
|
||||
gallery: {
|
||||
|
||||
Reference in New Issue
Block a user