Questions tagged [elevatezoom]

Use this tag for questions related to elevateZoom - A jQuery image zoom plugin.

- A jQuery image zoom plugin

as mentioned in its GitHub page.

If you are using this tag, then you probably wnat to use too, and/or .

25 questions
4
votes
3 answers

ElevateZoom default zoom level

I can't find how to change the default zoom level of elevateZoom, any suggestions? This is my code: $('.img-zoom').elevateZoom({ responsive: true, zoomWindowWidth:500, zoomWindowHeight:300, zoomWindowFadeIn: 500, …
BoB
  • 133
  • 1
  • 11
4
votes
2 answers

jQuery elevateZoom work only when I put an alert() before

I have this code to launch jQuery elevateZoom but, only works if I put an alert() before. I have already try with/without load() function. jQuery(document).ready(function($){ alert("Hi"); $("#sh-product-main-image").load(function(){ …
Yulio Aleman Jimenez
  • 1,642
  • 3
  • 17
  • 33
3
votes
1 answer

featherlight.js - possible to use it together with img-zoom WITHIN the lightbox?

I´ve been trying (and searching) since days, but didn´t got my idea work... I use the featherlight lightbox to display HTML content (text with some images). Because of some pics are very small, i´d like to have an image-zoom on them. Example of the…
drytooler
  • 31
  • 2
1
vote
0 answers

how can i solve elevatezoom doesnt work correctly

i'm new on laravel, i use elevatezoom in my gallery image. when i change photo, the photo change but elevatezoom show first image. how can i sove this problem. my html code is here
1
vote
0 answers

Elevate Zoom not working for image inside bootstrap carousel

If I use elevatezoom to any image directly as shown below: it will works.
$('.zImage ').elevateZoom(); However, If…
1
vote
1 answer

Animation bug wtih flexslider and elevatezoom

Working on a slider (flexslider) with a zoom effect (elevatezoom); the slider uses thumbnails as a nav for the slider. The issue is is with the display of the zoom lens. It took me awhile to narrow down the issue: the zoom lens displays properly if…
chowwy
  • 1,126
  • 8
  • 26
  • 45
1
vote
0 answers

Small Images not Zooming using ElevateZoom plugin

I am using ElevateZoom plugin in my application. If the image resolution is good it is able to zoom but when the image resolution is small it's not working. Here is the code: description.jsp
1
vote
0 answers

Buttons for Fancybox & Elevatezoom

I'm trying to make a gallery, with 90 images, and each image must have a set of buttons: (i) open a fancybox gallery with detailed images; (ii) open a fancybox with the large image; (ii) activate/deactivate elevatezoom. I think that the elevate zoom…
Nadja Voss
  • 11
  • 1
1
vote
0 answers

elevateZoom scrollZoom is not working in Firefox and IE?

Actually, am using elevateZoom jquery plugin for my angular project in that I have used scrollzooom. The problem is scrollzooom working fine in the Chrome, But it's not working in the firefox and IE. Can anyone help me, please? Thanks in advance
Vivek Kannan
  • 143
  • 1
  • 2
  • 10
1
vote
2 answers

ElevateZoom error - $(...).elevateZoom is not a function

I'm encountering the next error: jquery.elevatezoom.js:39 Uncaught TypeError: $(...).elevateZoom is not a function(anonymous function) @ jquery.elevatezoom.js:39 Line 39+ everything related to that: //initiate the plugin and pass the id of the…
BeanA22
  • 11
  • 1
  • 2
1
vote
1 answer

How can we integrate elevateZoom with angular 2

I have added the jquery and the zoom plugin file on my index.html. On my zoom component I have written some thing like the below code import { Component,ElementRef,ngAfterViewInit } from '@angular/core'; @Component({ selector:…
Varada
  • 16,026
  • 13
  • 48
  • 69
0
votes
1 answer

slideshow jQuery ElevateZoom plus image wont work for each image

Im working on a project for a product page but ive some issues that I tried to fix, but couldn't fix them. I tried to make slideshow with bootstrap (Carousel) and tried too put the elevateZoom-Plus plugin in for the zoom effect, but when it goes to…
Maikel
  • 5
  • 3
0
votes
1 answer

bagisto elevatezoom not working properly?

I am using the elevate Zoom plugin to show zoomed images. The first time this plugin is not working, but when clicking on the second image it's working properly. $('#active-product-image').ezPlus(); Plugin options not working, I used only basic…
0
votes
2 answers

Zooming class added to all images in slider without checking if the 'li' is active

I have a problem with flexslider 2 and elevate zoom plus. I would like to zoom active image from the slider. I have to use this option, because I also use ACF in wordpress and only this one works as I want. Unfortunately code which I created doesn't…
0
votes
1 answer

elevatezoom is working but element is not showing ( as I inspected html)

I am using elevatezoom for my Wordpress site. Even though I have set up everything correctly and even it render some html near the end of body tag. When I inspect the element, I see it is working but not really sure why no magnifying image or…
1
2