Advertisement
GochiSiyan

remove video warp

Dec 5th, 2021 (edited)
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. add_action('amp_post_template_css',function ($class){
  2. ?>
  3. .i-amphtml-blurry-placeholder, .i-amphtml-fill-content {
  4. width: unset !important;
  5. min-width: unset !important;
  6. height: unset !important;
  7. min-height: unset !important;
  8. }
  9. <?php
  10. },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement