feat: add showUserAvatar option to video player and embed UI

- Added 'showUserAvatar' parameter to control author avatar visibility in embed info overlay
- Implemented UI toggle in MediaShareEmbed for the 'showUserAvatar' option
- Propagated 'showUserAvatar' through EmbedPage, VideoViewer, and VideoJSEmbed
- Updated test iframe index with all 8 combinations of showTitle, showRelated, and showUserAvatar
This commit is contained in:
Yiannis Christodoulou
2026-01-07 12:54:43 +02:00
parent 946304b46c
commit 694d80445c
9 changed files with 191 additions and 148 deletions

View File

@@ -71,6 +71,7 @@ export class EndScreenHandler {
relatedVideos,
goToNextVideo,
showRelated,
showUserAvatar,
} = this.options;
// For embed players, show big play button when video ends