🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

EZView is a small, unobtrusive, convenient jQuery image & PDF viewer plugin that opens and displays image and PDF files in a fullscreen modal popup.

image-viewer PDF

Documentation

EZView

Description

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.

Demo:

https://guillermodiazga.github.io/EZView/

To see how to use:

https://www.jqueryscript.net/other/Image-PDF-Viewer-EZView.html

File supports

.pdf, .jpg, png, .jpeg, .gif

How to use?

[selector] = Elements should to has a 'href' or 'src' attribute to show it on preview

$([selector]).EZView();

Example:

  • Add preview event to all visible images on page

$('img:visible').EZView();

Requirements

Optionals

jQuery draggable pluggin to allow move the image when is zoomin

License

Released under the MIT license.


You May Also Like