Hi, we are using brightcove in a nextjs app and we are facing the issue that for each video that gets rendered via player-loader it created an additional style tag for the playerId for the dimensions which adds up overtime, as the page is not reloaded on page navigation.
<style class=”bc-player-aLEWmlpn9L_default-index-0-video-dimensions”>
.bc-player-aLEWmlpn9L_default-index-0{width:640px;height:360px;}.bc-player-aLEWmlpn9L_default-index-0.vjs-fluid:not(.vjs-audio-only-mode){padding-top:56.25%;}
<style class=”bc-player-aLEWmlpn9L_default-index-1-video-dimensions”>
...
<style class=”bc-player-aLEWmlpn9L_default-index-2-video-dimensions”>
etc.
Is this a case for the support or for the github repo? We don’T want to do the “clean up” task outself, it’s fine that the main css gets loaded only once and stays in the page but this entries really add up if you navigate in video galleries.