Skip to content

Commit

Permalink
πŸ› [Story video] Prerendered video unmounted fails to play (#38263)
Browse files Browse the repository at this point in the history
* Added tasts

* Undo

* Added tasts

* Undo

* Prevent unmount of already mounted video
  • Loading branch information
mszylkowski authored Jun 6, 2022
1 parent d0a2b8c commit ec386c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-story/1.0/amp-story.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ amp-story-grid-layer amp-img img {
* Prevents amp-video to layout until its element has been swapped by the media
* pool. See #26718 for context.
*/
amp-story-page[active]:not(.i-amphtml-layout) amp-video.i-amphtml-poolbound {
amp-story-page[active]:not(.i-amphtml-layout) amp-video.i-amphtml-poolbound:not(.i-amphtml-layout) {
display: none !important;
}

Expand Down

0 comments on commit ec386c0

Please sign in to comment.