ProjectMirador / m1

An open-source, web-based 'multi-up' viewer that supports zoom-pan-rotate functionality, ability to display/compare simple images, and images with annotations. This repository is no longer maintained, for further project details, see the latest version at http://github.com/IIIF/mirador.
Other
40 stars 9 forks source link

Position of main menu in top bar when resizing viewport #12

Closed regisrob closed 10 years ago

regisrob commented 11 years ago

If the browser window is resized, the viewport does not adapt to accomodate the new size: main menu items in the top bar are hidden when the window width is reduced (it leaves a blank space to the right when expanding window width / hide items when reducing width)

(Mac OS 10.8.5 / Firefox 24 - Chrome 30.0.1599.101 / 1280 x 800)

aeschylus commented 11 years ago

Hi regisrob,

This is a known feature addition that is slated for this month. In general we do not store or represent the window layout data in a responsive manner, and this is part of the change we will be implementing. Thanks for your observations.