Skip to content

Commit

Permalink
WSTEAM1-1588: Adds superresponsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabella-Mitchell committed Feb 5, 2025
1 parent 3879215 commit fa348b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/MediaLoader/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export type PlayerConfig = {
insideIframe?: boolean;
embeddedOffsite?: boolean;
externalEmbedUrl?: string;
superResponsive?: boolean;
statsObject: {
clipPID?: string | null;
episodePID?: string | null;
Expand Down
1 change: 1 addition & 0 deletions src/app/components/MediaLoader/utils/buildSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const buildSettings = ({
enableToucan: true,
appType: isAmp ? 'amp' : 'responsive',
appName: service !== 'news' ? `news-${service}` : 'news',
superResponsive: true,
ui: {
skin: 'classic',
controls: { enabled: true },
Expand Down

0 comments on commit fa348b0

Please sign in to comment.