stormcloud-video-player 0.7.41 → 0.7.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -365,8 +365,7 @@ function overlayAuthoringDimensions(overlay, decodeWidth, decodeHeight) {
365
365
  var EPS = 2;
366
366
  var exceedsDecode = extR > decodeWidth + EPS || extB > decodeHeight + EPS;
367
367
  var isNabDemo = overlay.name.startsWith(NAB_DEMO_NAME_PREFIX);
368
- var isSyntheticMarketsTicker = overlay.id === -9001 || overlay.name === "Demo stock ticker";
369
- if (exceedsDecode && (isNabDemo || isSyntheticMarketsTicker)) {
368
+ if (exceedsDecode && isNabDemo) {
370
369
  return {
371
370
  width: SWIRL_HD_AUTHORING_WIDTH,
372
371
  height: SWIRL_HD_AUTHORING_HEIGHT