jQuery MagnigierRentgen Plugin
Author: WebDesign Master | YouTube Channel
Use
-
<div class="test-plugin" data-image="img/msi.jpg" data-image-zoom="img/msi-open.jpg" data-size="100"></div>
-
$(".test-plugin").magnifierRentgen();
Category: JavaScript / Image Processing |
Watchers: 5 |
Star: 38 |
Fork: 20 |
Last update: May 22, 2022 |
Author: WebDesign Master | YouTube Channel
<div class="test-plugin" data-image="img/msi.jpg" data-image-zoom="img/msi-open.jpg" data-size="100"></div>
$(".test-plugin").magnifierRentgen();
$ is not always available (or jQuery), so we should protect the "$" alias for jQuery.
Also, sometimes the image becomes too small and the loupe becomes too big.
I want to make the image in the magnifier looks bigger,how to deal with it? thanks a lot