Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Poor Quality in safari, webkit #33

Open
elEglon opened this issue Jun 11, 2015 · 2 comments
Open

Poor Quality in safari, webkit #33

elEglon opened this issue Jun 11, 2015 · 2 comments

Comments

@elEglon
Copy link

elEglon commented Jun 11, 2015

Thank you for smartJQueryZoom!
Results in Firefox are perfect, but Safari gives poor, blurry zooms.
We divide our large image into 6 tiles and scale them down to 1/4 size.

div id="imageFullScreen"
div id="allimageparts"
img src="images/zoom1.jpg" width="400" height="400" alt="." /
img src="images/zoom2.jpg" width="400" height="400" alt="." /
img src="images/zoom3.jpg" width="400" height="400" alt="." /
img src="images/zoom4.jpg" width="400" height="400" alt="." /
img src="images/zoom5.jpg" width="400" height="400" alt="." /
img src="images/zoom6.jpg" width="400" height="400" alt="." /
/div
/div

Our tiles are all 1600px x 1600px

We scale up to 'maxScale':4 and the result is perfect in Firefox, but ugly blurry in Safari, Webkit.

Any idea or hints would be great.

Thank you,
elEglon

@tanzid203
Copy link

Were you able to find a solution?

@reason211
Copy link

Replace css scale to css zoom

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants