Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
1k views

Zoom Loupe on UIImageView

Does anyone know of a way to implement the zoom loupe functionality of a UITextField on the iphone in a UIImage view? Part of the app I'm building allows a user to draw a line on a UIImage, a process ...
2
votes
1answer
182 views

jQuery loupe & prettyPhoto - how can I make them both working?

I would like to apply two actions to a photo: 1. on hover: run jQuery loupe to magnify it 2. on click: run prettyPhoto to zoom it PROBLEM: This is what I've been trying to do: ...
1
vote
2answers
88 views

JQuery Loupe Tool with Image Protextion

I work for a company that wants to use a loupe tool on larger images on our website, but also wants to incorporate some image protection (realizing that no amount of work will stop someone from ...
0
votes
0answers
40 views

Jquery Loupeandlightbox problem

Please would someone help, i have been trying for hours to get this to work. I am using jquery Loupe to provide a magnifier for an image, it works fine for one image but i need to change the image ( ...
0
votes
0answers
77 views

How to make the image a link with Jquery Loupe?

I am using the jquery loupe by JD Bartlett. How can I make the image a link? So that on mouse_over I see a magnified image and If i click on it, It will take me to another page. I am new to CSS ...
0
votes
2answers
335 views

How can I customise jquery loupe to have a circular lens?

I would appreciate the thoughts of any javascript / css ninjas on how I can customise: https://github.com/jdbartlett/loupe/blob/master/jquery.loupe.js To have a circular zoom area instead of ...
0
votes
1answer
582 views

How to optimize drawing of a UIView that contains subviews with CATiledLayer layers

I have a UIView within a UIScrollView that contains many UIView subviews. Each of these subviews has a CATiledLayer layer. In addition, I have a magnifying loupe functionality that draws the container ...
0
votes
1answer
832 views

jQuery PrettyPhoto/Lightbox with Loupe Magnifier

I'm trying to crowbar a magnifier, like this one, into prettyPhoto (picked because the JavaScript is nice). The trouble I'm having is initiating the loupe function when the prettyPhoto has loaded. If ...