Advertisement
fauzanjeg

Fix iframe size, Only for width 1200px and below

Nov 2nd, 2021
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* Fix iframe size, Only for width 1200px and below */
  2. @media only screen and (max-width:1200px) {
  3.     .entry-content iframe {
  4.         max-width:100%!important;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement