You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: