Is image dimensions really needed?

566 Views Asked by At

I've got an issue with the required image dimensions in the new Photoswipe. The CMS I use can't supply the image dimensions so that I can add the attribute data-size="" to my A tags.

Is there any way to avoid having to supply the image dimensions?

1

There are 1 best solutions below

0
On

Check this jQuery plugin I wrote. Very easy to use and you don't have to define image dimensions.

https://ergec.github.io/jQuery-for-PhotoSwipe/

$(document).ready(function () {
    $(".fancybox").jqPhotoSwipe();
});