Advertisement
fauzanjeg

Prevent the iframe from exceeding the limit

Jan 13th, 2021
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.10 KB | None | 0 0
  1. /* Prevent the iframe from exceeding the limit */
  2. .entry-content iframe {
  3.     max-width: 100%;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement