Skip to content

Instantly share code, notes, and snippets.

@howardrapp
Created October 10, 2020 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save howardrapp/e92f826210195010bf40d18d13449cbe to your computer and use it in GitHub Desktop.
Save howardrapp/e92f826210195010bf40d18d13449cbe to your computer and use it in GitHub Desktop.
Video Icon Centering
/*video icon fix*/
.ps-media-iframe {
display: inherit;
}
@howardrapp
Copy link
Author

Previous snippet blocks:
.ps-video-play { margin-left: -33px; font-size: 50px; }

@howardrapp
Copy link
Author

Old snippet related to matter:
.ps-widget__videos-item .ps-video-item { height: 90px }

@howardrapp
Copy link
Author

No longer necessary with update:
/*video icon fix*/ .ps-media-iframe { display: inherit; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment