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
add horizontal reading and fix display modes. (c16f5be)
most of the display mode were stretching the images
Co-authored-by: Farah Nur [email protected]
Bug Fixes
renderer
switching reader to horizontal allows conflicting zoom modes. (7426c5f)
horizontal reading musn't allow zoom modes that might display a vertical scrollbar
there's a mousewheel listerner that redirects Y to X and that would mess with it
horizontal reader aspect ratio. (8ebc88e)
images were distorted because we were only using css padding left/right
ignoring top and bottom caused the distortion.