[DARYL] “I Dream Alone” Record Release feat. The Deathray Davies / Fresh Ghosts
*Ticketed Event:
https://www.prekindle.com/promo/id/-2853509351734646588
October 5, 20248:00 pm Dan’s Silverleaf
State Fair Records var sixteenNine = function(){
$( '.video-container' ).each( function() {
var width = $(this).width();
$(this).css('height',width * 0.5625 + 'px')
var height = $(this).height();
// print out values
$(this).height(height);
$(this).width(width);
})
$( '.video-container .et_pb_video_box iframe' ).each( function() {
var width = $(this).width();
$(this).css('height',width * 0.5625 + 'px')
var height = $(this).height();
// print out values
$(this).height(height);
$(this).width(width);
})
};
// on page load
jQuery(document).ready(sixteenNine);
// on window resize
jQuery(document).resize(sixteenNine);