Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(video-player): migrate caem-video-player features #12113

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8a5f866
feat(video-player): first pass at migrating video enhancements
m4olivei Nov 5, 2024
52b3e3a
feat(video-player): small adjustments for parts and types
m4olivei Nov 14, 2024
0d67ece
feat(video-player): fix unbound this issue and import issue
m4olivei Nov 14, 2024
f84dd26
feat(video-player): fix icon import
m4olivei Nov 18, 2024
98105de
feat(video-player): add story for autoplay / intersection mode
m4olivei Nov 18, 2024
bb9a8d5
feat(video-player): style fix for the play button on intersection video
m4olivei Nov 18, 2024
6c64ebe
fix(video-player): add magic comment for react wrapper
m4olivei Nov 19, 2024
b7ef42c
feat(card-in-card): story showcase carousel + card in card + bg video
m4olivei Nov 19, 2024
9e8b9c7
Merge branch 'main' into feat/migrate-caem-video-enhancements
m4olivei Nov 20, 2024
fe5d858
Merge branch 'main' into feat/migrate-caem-video-enhancements
andy-blum Dec 2, 2024
691b148
Merge branch 'main' into feat/migrate-caem-video-enhancements
m4olivei Dec 3, 2024
d887549
Merge branch 'main' into feat/migrate-caem-video-enhancements
andy-blum Dec 4, 2024
504b69d
Merge branch 'main' into feat/migrate-caem-video-enhancements
m4olivei Dec 13, 2024
2e31398
Merge branch 'main' into feat/migrate-caem-video-enhancements
m4olivei Dec 18, 2024
e1fdc01
feat(video-player): make calls to _embedMedia consistent
m4olivei Dec 19, 2024
72a37f8
feat(video-player): remove pointer-events for interesection-mode
m4olivei Dec 19, 2024
a751947
feat(video-player): allow opt out autoplay pref set
m4olivei Dec 19, 2024
1e8299d
feat(video-player): fix call to _embedMedia
m4olivei Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(video-player): style fix for the play button on intersection video
  • Loading branch information
m4olivei committed Nov 19, 2024
commit bb9a8d5f53d5a661245ce48be275c173ed061152
Original file line number Diff line number Diff line change
@@ -202,11 +202,12 @@ $aspect-ratios: ((16, 9), (9, 16), (2, 1), (1, 2), (4, 3), (3, 4), (1, 1));
.#{$c4d-prefix}--video-player__toggle-playback {
position: absolute;
z-index: 100;
padding: $button-padding to-rem(15px);
padding: 0.875rem;
border: 0;

background-color: $overlay;
block-size: $spacing-09;
color: #ffffff;
inline-size: $spacing-09;

&--top-left {
inset-block-start: 0;
@@ -232,6 +233,7 @@ $aspect-ratios: ((16, 9), (9, 16), (2, 1), (1, 2), (4, 3), (3, 4), (1, 1));
&:hover {
// Grey 100, more opaque.
background-color: rgba(22, 22, 22, 0.9);
cursor: pointer;
}

&:focus {