Skip to content
  • This project
    • Loading...
  • Sign in

Jeff Balicki / st_joseph

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • st_joseph
  • ..
  • css
  • videopress-editor-style-rtl.css
  • Jeff Balicki's avatar
    Jetpack · 0a7d0589 ...
    0a7d0589
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-03-23 17:40:39 -0400
videopress-editor-style-rtl.css 368 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/**
 * VideoPress styles for Editor
 */
.videopress-editor-wrapper {
  position: relative;
  max-width: 100%;
  padding: 56.25% 0 0;
  height: 0;
  overflow: hidden;
}

.tmpl-videopress_iframe_next iframe {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}

body.rtl .tmpl-videopress_iframe_next iframe {
  right: auto;
  left: 0;
}