(function() { let players = document.querySelectorAll( '.sp-embed-player[data-id="cZibh9VP6IH"],' + '.som-embed-player[data-id="cZibh9VP6IH"], ' + '.sp-embed-player:not([data-id]), ' + '.som-embed-player:not([data-id]), ' + '#som-player' ); for (let item of players) { playerWidth = item.clientWidth playerHeight = playerWidth / 1.6084656084656 item.style.height = playerHeight + 'px'; } }());