Questions tagged [magnify]
59 questions
0
votes
0 answers
Twin magnify on images with JQuery
I'm looking for a Javascript plugin allowing me to magnify zoom on two images at the same time. This would apply as an action on two twin images.
I recently found a script called jQuery BUP but it's unusable and doesn't work and my skills aren't…

Mackgregor
- 11
- 2
0
votes
0 answers
Zoom magnify main video hide on mouseout in jQuery
Hi I have used the Jquery plugin for zoom magnify which is working correctly but I also want add video in that section,
I tried to write this script ,when I mouseover the thumbnail video display and when go to play main video which is right side it …

Rociwe
- 1
- 1
0
votes
0 answers
Image magnifying glass in gallery
This code work for every images in gallery even thumbnails but i want to magnifying just in selected large image.
another problem is by placing on a photo, the magnifying glass shows another photo zoomed.
this code has pure css gallery and i think…

gomnam gomnam
- 23
- 4
0
votes
1 answer
Image zoom on multiple images
I've used a pretty standard image zoom effect from the following example: https://www.w3schools.com/howto/howto_js_image_magnifier_glass.asp
The HTML + CSS + JS is pretty much exactly what is used in the example above.
This works perfectly on 1…

Davo824
- 11
- 2
0
votes
0 answers
How to get the image underneath my Delphi form?
I'm modifying an open-source Delphi magnifier application to meet my needs. It's very simple and only contains a TImage control to show the zoomed screen.
When I run it, it looks like this:
Basically, when the user moves the cursor, the app copies…

user130268
- 1,341
- 2
- 12
- 20
0
votes
1 answer
Javascript React Image Glass Magnifier
I have this glass magnifier (from https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_image_magnifier_glass), which is opening fine onClick in my react project, but I want to make it to toggle open/close on further clicks but it is not…

Carlos del Río Francés
- 307
- 1
- 6
- 19
0
votes
1 answer
Image zoom is working once the page load, after changing the gallery, image zoom is not working
Once the page load, code is working fine, after trying to change the set of images through ajax within same div, without refreshing the page, then zoom is not working
I assigned a variable and set the zoom, then disable the zoom using destroy…

Nischinth
- 21
- 1
- 2
0
votes
1 answer
As3 magnify image
I want to create a image magnify application like following:
A masked small window showig big image area corresponding to the mouse X and Y on the small image. There are many magnifying image application exaples online such…

hanna
- 3
- 2
0
votes
1 answer
UWP Magnifier control (tool) that follows cursor
I am working on an assignment right now and was asked to create an app to select an area on image with ability to magnify a part of the image around cursor.
Right now I stuck on the magnifier part. There is a Magnifier control in WPF, but how about…
0
votes
0 answers
Itext magnify picture
Is it possible to make the generated pdf document interactive by iText.
I want it to have the option to magnify a picture/thumbnail by a mouseclick to see the details.
Does iText have such option and is there an example

Mike Wes
- 11
- 2
0
votes
0 answers
Disable image magnification in browser
If I view an image that's larger than my browser, the image automatically gets resized to fit the browser and a magnifying glass glass appears (with a little plus sign in it) and enlarges the image if I click it. Can this feature be disabled? I'm…

CheeseFlavored
- 1,922
- 1
- 21
- 28
0
votes
0 answers
Div to follow mouse center
I'm trying to use this to follow my cursor and magnify a small area that I'm hovering.
http://jsfiddle.net/wwwrha04/
Here is the JS
(function($) {
$(document).ready(function() {
var scale = 2;
var $magnifyingGlass = $('

TellJohn
- 113
- 1
- 9
0
votes
0 answers
Android custom camera magnify preview
I have a custom camera application with the deprecated camera api and a surfaceview. I want to be able to magnify the live feed returned from the camera. I have tried with zoom but I am only limited to the maximum zoom value which is normally 4x but…

Anninos Kyriakou
- 205
- 3
- 15
0
votes
1 answer
Magnify.js with bxSlider
I'm trying to implement Magnify.js to a bxSlider slide but I have a problem, the zoom effect just works on the very first image of the slide, once I move to the next one the effect won't work, but it does on the first one. All of the slide's images…

Jay
- 171
- 3
- 15
0
votes
1 answer
jQuery Mousemove: throw event into another element at coordinates
How do I persist/broadcast the mouse movements of one element into another (with exacting coordinates)? Note that the zoom effect of DIV Bshould work when the generated jQuery .mousemove() is triggered. See code in snippet or this fiddle for…

Alexander Dixon
- 837
- 1
- 9
- 24