Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
18 Feb 2013 at 18:10 UTC
Updated:
29 Jul 2014 at 21:55 UTC
This is a followup to #1741498-39: Add a responsive preview bar to Drupal core.
Currently, the responsive preview feature only allows for a page to be previewed in portrait mode of a device.
This feature should be extended so that a user can toggle between portrait and landscape previews.
Design a control (button toggle) that will trigger an orientation change in the preview. Update the code to swap the width/height dimensions when the toggle is activated. Put in a nice transition animation.
The current preview UI will be extended with an orientation toggle.
None
Comments
Comment #1
jessebeach commentedWe need to also address preview containers that are too high for the current viewport. Either they should not be allowed or the preview window should scroll to accomodate them.
Comment #2
jessebeach commentedAddressed in #1741498-60: Add a responsive preview bar to Drupal core