Skip to content

Commit

Permalink
VideoPress: remove undesired border of video player (#28484)
Browse files Browse the repository at this point in the history
* clean up the border of the video player

* changelog
  • Loading branch information
retrofox authored Jan 20, 2023
1 parent d1b9bb1 commit ddd89e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

VideoPress: remove undesired border of the video player
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
iframe.components-sandbox {
position: relative;
z-index: 2;
border: 0;
}

.jetpack-videopress-player__loading {
Expand Down

0 comments on commit ddd89e2

Please sign in to comment.