jQuery plugin to show images and pdf files preview
EZView is a small, unobtrusive, convenient jQuery image & PDF viewer plugin that opens and displays image and PDF files in a fullscreen modal popup.
Features image zoom, image pan and prev/next navigation. It means that the visitors are able to switch between images and PDFs without the need of clicking the files one by one.
https://guillermodiazga.github.io/EZView/
https://www.jqueryscript.net/other/Image-PDF-Viewer-EZView.html
.pdf, .jpg, png, .jpeg, .gif
[selector] = Elements should to has a 'href' or 'src' attribute to show it on preview
$([selector]).EZView();
- Add preview event to all visible images on page
$('img:visible').EZView();
- jQuery v. 1.6+
jQuery draggable pluggin to allow move the image when is zoomin
Released under the MIT license.