[wp-trac] [WordPress Trac] #41587: Align YOUTUBE video in the center of page
WordPress Trac
noreply at wordpress.org
Tue Aug 8 18:33:59 UTC 2017
#41587: Align YOUTUBE video in the center of page
-------------------------+-----------------------------
Reporter: tazotodua | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
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;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41587>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list