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