factor1 / prelude-wp

Prelude is a WordPress starter theme that helps you craft custom themes.
GNU General Public License v3.0
14 stars 3 forks source link

Make default video embed responsive #177

Closed mattada closed 4 years ago

mattada commented 4 years ago

WP WYSIWYG has a default function to embed a youtube or vimeo iframe via simple URL.

Issues:

  1. Not responsive by default
  2. Wraps in a <p> tag
  3. Our responsive divs get stripped on future Visual edits.

Solution: Extend the default function with this script that looks for the respective iframes to wrap them in a responsive <p class="responsive-media" style="padding-bottom: 56.25%"> tag.