Opened 8 years ago
Closed 8 years ago
#38722 closed defect (bug) (fixed)
Twenty Seventeen: Customizer preview display issues in IE9
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
When previewing the static front page of the theme using IE9, the header image displays very large and zoomed in:
This is an issue with how IE9 understands vh
when inside of an iframe
. Normally IE9 will understand vh as the vertical height relative to the viewport, but in an iframe, IE9 thinks the vertical height is relative to the size of the whole page.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Created some IE9-specific styles in 38722.patch that are only loaded in the Customizer. They use pixels to set the height of the custom header and panels, rather than
vh
.