(function() { let players = document.querySelectorAll( '.sp-embed-player[data-id="c0l2ltVmRmt"],' + '.som-embed-player[data-id="c0l2ltVmRmt"], ' + '.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.6454352441614 item.style.height = playerHeight + 'px'; } }());