Questions tagged [magnify]

59 questions
0
votes
4 answers

How to get correct coords(event.getX() / event.getY()) of Object with OnTouchListener

I have this : and what i want exactly is that to show portion of Bitmap via coords(X,Y) of object with OnTouchListener(orange square with dot in center). So the problem is that i want to draw portion of image like it shows on image(Red square…
XTL
  • 1,452
  • 2
  • 17
  • 40
0
votes
1 answer

How to make a simple magnifier in C#

I followed the following in post on"Creating a screen magnifier". Therefore I have this code. It is not copy & pasted from the post. I have also added a timer so the form is not blank. However I have found some problems. It doesn't zoom in very…
Atom Scott
  • 59
  • 1
  • 10
0
votes
1 answer

How can I add the loupe jQuery image magnifier to enlarged fancybox popup image?

http://jsfiddle.net/warrenkc/svsdx/5440/ see my code so far. $(document).ready(function () { $("#single").fancybox(); $("#demo-2").loupe(); }); I am looking to add an image magnifier such as loupe to the enlarged image popup from FancyBox.…
user1605822
  • 99
  • 3
  • 14
0
votes
1 answer

Magnifiing effect over a image with mouse hover with HTML/CSS

Is it posibble to achieve this effect just with html and css? In the example image you can see a magnified rounded area (from a higher resolution source picture) where the mouse is hovering. It doesn't to be rounded area or to have borders. example…
alesserfate
  • 27
  • 1
  • 6
0
votes
1 answer

How do I prevent Internet Explorer from enlarging my website?

I designed a responsive website, and Internet Explorer 10 (possibly earlier versions as well; no way to check) is doing something infuriating when the browser window gets 400px wide or narrower. It enlarges the entire site by about 25% (text,…
0
votes
1 answer

jquery zoom external image from text link (solved with js)

I am currently using jquery to zoom images.
Bambi-aiheisia koriste-esineitä
Bambi-aiheisia koriste-esineitä …
0
votes
1 answer

swinxyzoom magnifying javascript library: bind zoom "on click" instead of "on hover"

I'm using "Swinxy Zoom" javascript library (jQuery based) to have a nice magnifying effect on an image. So far so good, I achieve the expected feature by binding the zoom event to the relevant tag. See code below. $(this).swinxyzoom({mode:'dock',…
Adriano
  • 19,463
  • 19
  • 103
  • 140
0
votes
3 answers

Magnify image using only one image

I'm trying to achieve a very simple objective which is to magnify an image. After some searching on the net, it seems like most of the js scripts out there required two image ( one for thumbnail size and another one for zoom-ed size). I'm wondering…
SuicideSheep
  • 5,260
  • 19
  • 64
  • 117
0
votes
1 answer

Irritating magnify effect on mouse hover

Here is my JsFiddle I have three link enclosed with ul li tag.I want my each link to magnify when someone mouse hover it. I know it can be done using absolute positioning and z-index. I tried something but I am not getting it right.T he problem with…
shubendrak
  • 2,038
  • 4
  • 27
  • 56
0
votes
1 answer

Is there any way to disable magnifier's cursor in crystal reports

Crystal Reports shows magnifier cursor in group fields, which hide the header section. So I don't want to use this magnifier. So how can I disable this magnifier cursor?
Himanshu
  • 31,810
  • 31
  • 111
  • 133
-1
votes
1 answer

Image magnifier coming in all images in html

I have a website where I have implemented an image magnifier. I used the following Javascript to do so: .magnify{ border-radius: 50%; border: 2px solid black; position: absolute; z-index: 20; …
TBC
  • 101
  • 7
-1
votes
1 answer

How to not show underlying image when magnify image using CSS

I am looking to magnify my images upon mouse hover. However, the magnified image shows parts of the images that are below it, is there any way to fix this? My code: .colour-selector input { margin: 0; padding: 0; -webkit-appearance:…
Bill
  • 11
  • 2
-1
votes
1 answer

How to prevent the pixels from becoming blurry when I enlarge an image in my color pick project for iOS?

I'm making a little project that provides the ability to enlarge an image and pick pixels' colors from the magnifier, now I can magnify the touched place of the image, but the magnifier shows the pixels with blurry effect, how can I make it show the…
Suge
  • 2,808
  • 3
  • 48
  • 79
-2
votes
1 answer

How can I magnify multiple elements on a canvas using the JavaScript magnifier?

I have a web page that displays an image excerpt from a document using drawimage(x,z,width,height). The user has the ability to draw a rectangle around any given line on the image by clicking the line. The image then has a rectangle drawn on it…
The Grand J
  • 348
  • 2
  • 5
  • 14
1 2 3
4