We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae227c commit 4eafdc8Copy full SHA for 4eafdc8
1 file changed
dotcom-rendering/src/components/SelfHostedVideoPlayer.tsx
@@ -206,7 +206,7 @@ export const SelfHostedVideoPlayer = forwardRef(
206
const showProgressBar = canShowProgressBar && currentRefExists;
207
const showIcons = canShowIcons && currentRefExists;
208
209
- const dataLinkName = `gu-video-${videoStyle}-${
+ const dataLinkName = `gu-video-${videoStyle.toLowerCase()}-${
210
showPlayIcon ? 'play' : 'pause'
211
}-${atomId}`;
212
0 commit comments