mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-02-04 22:42:59 -05:00
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:
@@ -71,6 +71,7 @@ export class EndScreenHandler {
|
||||
relatedVideos,
|
||||
goToNextVideo,
|
||||
showRelated,
|
||||
showUserAvatar,
|
||||
} = this.options;
|
||||
|
||||
// For embed players, show big play button when video ends
|
||||
|
||||
Reference in New Issue
Block a user