Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#41587 closed enhancement (wontfix)

Align YOUTUBE video in the center of page

Reported by: tazotodua's profile 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)

#1 @SergeyBiryukov
7 years ago

  • Component changed from General to Embeds

#2 @SergeyBiryukov
7 years ago

  • Focuses ui added

#3 @joyously
7 years ago

I think the theme should be in charge of that, not WordPress.

#4 @tazotodua
7 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

#5 @netweb
7 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.