Advertisement
fauzanjeg

Fix Image display in Mobile Article Issue

May 3rd, 2021
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. /* Fix Image display in Mobile Article Issue */
  2. @media only screen and (max-width: 568px) {
  3.     .jeg_main_content .entry-content img {
  4.         width: 100%;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement