We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ae227c + 4eafdc8 commit d8f8cd0Copy full SHA for d8f8cd0
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