fauzanjeg

Make Featured Image fullsize

Apr 19th, 2021 (edited)
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. /* Make Featured Image fullsize */
  2. .jeg_featured_img {
  3.   background: unset;
  4.   background-repeat: no-repeat;
  5.   background-attachment: fixed; /* Paralax Effect || Try enable and disable this line */
  6.   background-position: right!important;
  7.   background-size: 100% 100%;
  8. }
  9.  
  10. .jeg_featured_bg {
  11.   height: 100%!IMPORTANT;
  12. }
Add Comment
Please, Sign In to add comment