Advertisement
fauzanjeg

Fix Padding for Vimeo Video Embed

Dec 6th, 2021
1,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. /* Fix Padding for Vimeo Video Embed */
  2. .wp-embed-responsive .is-provider-vimeo .wp-block-embed__wrapper:before {
  3.     padding-top: unset;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement