Advertisement
ghenzdeveloper

CSS PeepSo video fullscreen

Apr 5th, 2025
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. .ps-js-activity .ps-media__video-thumb img {
  2.     max-height: 100% !important;
  3.     width: 100%;
  4. }
  5. .ps-media--iframe .wp-video-shortcode{
  6.     max-height: 100% !important;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement