diff --git a/ui/component/viewers/videoViewer/internal/videojs.jsx b/ui/component/viewers/videoViewer/internal/videojs.jsx index 1e46dc479..72fadaa65 100644 --- a/ui/component/viewers/videoViewer/internal/videojs.jsx +++ b/ui/component/viewers/videoViewer/internal/videojs.jsx @@ -603,7 +603,8 @@ export default React.memo(function VideoJs(props: Props) { // ford ad // 612fb75a42715a07645a614c - const macroUrl1 = 'https://gov.aniview.com/api/adserver/vast3/' + + const macroUrl1 = + 'https://gov.aniview.com/api/adserver/vast3/' + '?AV_PUBLISHERID=60afcbc58cfdb065440d2426' + '&AV_CHANNELID=60b354389c7adb506d0bd9a4' + `&AV_URL=${encodeURIComponent(window.location.href)}` + @@ -640,7 +641,7 @@ export default React.memo(function VideoJs(props: Props) { } // kick player in the butt, sometimes it doesn't always autoplay when it should - player.on('loadstart', function(event) { + player.on('loadstart', function (event) { if (autoplay) { player.play(); } diff --git a/ui/scss/component/_videojs.scss b/ui/scss/component/_videojs.scss index 6a958a7e7..835114941 100644 --- a/ui/scss/component/_videojs.scss +++ b/ui/scss/component/_videojs.scss @@ -83,7 +83,7 @@ width: 125%; font-size: 12px; - @media (max-width:652px) { + @media (max-width: 652px) { font-size: 10px; } } @@ -160,7 +160,7 @@ [dir] .video-js .vjs-control { font-size: 14px; - @media (max-width:813px) { + @media (max-width: 813px) { font-size: 12px; } } @@ -174,7 +174,7 @@ margin-top: 3px; font-size: 12px !important; - @media (max-width:813px) { + @media (max-width: 813px) { margin-top: 3px !important; font-size: 10px !important; } @@ -195,7 +195,7 @@ .vjs-quality-selector > .vjs-menu > .vjs-menu-content { font-size: 12px; - @media (max-width:652px) { + @media (max-width: 652px) { font-size: 10px; } } @@ -214,7 +214,7 @@ position: absolute; top: 4px; - @media (max-width:813px) { + @media (max-width: 813px) { top: 0px; } }