You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "IR-ECO" team is preparing the launch of their new https://arts.cern/ website and they asked for some customization on the video player embedding so it matches with their overall design.
Specifically we would need to add:
One embedding parameter called skin=light where it would control the play button icon. The icon they provided is by the arts team and can be found here. The width would be needed to be 10% (provided is at 20%).
Add one explicit embedding parameter to hide the social share button on the player. At the moment this is hardcoded in the code and it should be moved to the embedded config as a parameter. The new parameter would be socialSharing={0,1} with default to enabled so we keep the current behaviour.
Information about the Issue
The "IR-ECO" team is preparing the launch of their new https://arts.cern/ website and they asked for some customization on the video player embedding so it matches with their overall design.
Specifically we would need to add:
skin=light
where it would control the play button icon. The icon they provided is by the arts team and can be found here. The width would be needed to be 10% (provided is at 20%).socialSharing={0,1}
with default to enabled so we keep the current behaviour.Skin parameter proposed solution
We can introduce a new
skin
parameter that conditionally adds a CSS class i.e.theme-light
following the proposed customization from https://www.theoplayer.com/docs/theoplayer/how-to-guides/ui/how-to-change-big-play-button/The text was updated successfully, but these errors were encountered: