Opened 7 years ago
Last modified 8 months ago
#42353 new defect (bug)
Header video does not load below 900px after resized and refreshed.
Reported by: | sachyya sachet | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.8.2 |
Component: | Themes | Keywords: | close 2nd-opinion |
Focuses: | ui | Cc: |
Description
Header Media video does not load on screen size less than 900px after resized and refreshed. Instead Header Media Image is loaded.
Tested on Twenty Seventeen theme and WordPress version 4.8.2.
Steps:
Set the video URL in the customizer's Header Media.
Resize the screen and refreshed below 900px.
The video does not load instead header image is shown.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Hi and thanks for the report!
This is intentional, though the values were somewhat arbitrary (see ticket:38172#comment:61).
You could use the
header_video_settings
hook to reduce the minimum width and height.