#41587 closed enhancement (wontfix)
Align YOUTUBE video in the center of page
Reported by: | tazotodua | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Embeds | Keywords: | |
Focuses: | ui | Cc: |
Description
Maybe it would be good if WP , with it's styles, centered the youtube videos (which are automatically parsed into iframes with TinyMce), with this style:
iframe[src*="//youtube.com/"], iframe[src*="//www.youtube.com/"] { display: block; margin: 0 auto; }
Change History (5)
Note: See
TracTickets for help on using
tickets.
I think the theme should be in charge of that, not WordPress.