Спасибо за наводку, но мои усилия оказались безрезультатными :(
Всё что мне удалось понять, так это то, что вот этот скрипт вроде как отвечает за сие действие:
<script type="text/javascript"><!--
$(document).ready(function() {
$('.popup-gallery').magnificPopup({
delegate: 'a',
type: 'image',
tLoading: 'Loading image #%curr%...',
mainClass: 'mfp-img-mobile',
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1] // Will preload 0 - before current, and 1 after the current image
},
image: {
tError: '<a href="%url%">The image #%curr%</a> could not be loaded.',
titleSrc: function(item) {
return item.el.attr('title');
}
}
});
});
//--></script>
... но фортуна мне не улыбнулась :cry:
Может кто знает, чего тут "нахимичить" дабы "счастье вдруг пришло"??? ))))))