-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Prevent Embedded Video Clipping in Safari (#1957)
This PR addresses a bug where iframe video players like YouTube or Vimeo used in an Embed object would offset to the left when playing in Safari, resulting in the left side of the player being cut off. Fixes #828
- Loading branch information
1 parent
f284b33
commit 1c7f142
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cloudfour/patterns": patch | ||
--- | ||
|
||
Bugfix: Prevent Embed videos from clipping in Safari |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters