Closed (fixed)
Project:
Zoomify
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Jul 2009 at 08:17 UTC
Updated:
20 Jul 2009 at 17:50 UTC
To keep the aspect ratio, the width or height of the Zoomify frame is recalculated. There are currently 2 problems with that:
* The resulting length can contain many decimal places that are output as is to the browser.
* The unit of the original edge is lost.
We need to fix these issues.
Comments
Comment #1
infojunkieHad to convert frame size to pixels only.