storoyr
Results
1
comments of
storoyr
_photoswipe_js.tpl photoSwipe.listen('gettingData', function(index, item) { if(!item.is_video) { if( useLargeImages ) { item.src = item.xlargeImage.src; item.w = item.xlargeImage.w * 2; item.h = item.xlargeImage.h * 2; item.title = item.xlargeImage.title; } else {...