Full thumbnails NEW URLs
$(window).on('load', function(){
$('.p-thumbnails-inner .p-thumbnail').each(function () {
const href = this.href;
$(this).find('img').attr({
src: href,
'data-src': href
});
});
$(window).on('load', function(){
$('.p-thumbnails-inner .p-thumbnail').each(function () {
const href = this.href;
$(this).find('img').attr({
src: href,
'data-src': href
});
});