Open adrianlee opened 12 years ago
In landscape mode, for an individual image:
IF image width/height <= 1.33 then display image as two column widths when opened.
IF image width/height > 1.33 then display image as three column widths when opened.
In portrait mode, the viewport has the same width as landscape but scaled down.
OPTION 1: Either resize viewport from 1024x600 to 600x1024 OR OPTION 2: KEEP constant viewport width, calculate image width based on orientation.
For now I would lock to landscape orientation.
So this app can only viewed in landscape mode?
Would be nice to maximize images to fullscreen, think there's a way to do that with css
In landscape mode, for an individual image:
IF image width/height <= 1.33 then display image as two column widths when opened.
IF image width/height > 1.33 then display image as three column widths when opened.
In portrait mode, the viewport has the same width as landscape but scaled down.
OPTION 1: Either resize viewport from 1024x600 to 600x1024 OR OPTION 2: KEEP constant viewport width, calculate image width based on orientation.