Silverada with Special Guests Sour Bridges & Ottoman Turks Dec. 20th at the Granada Theater
*Ticketed Event:
https://www.prekindle.com/promo/id/-2853509351619691686?fbclid=IwY2xjawGV9xNleHRuA2FlbQIxMAABHSkeiMJ9VxZbJRLsY-0FewMyuHGmWyOGb0gqrs3ZtKGniRCNo2UEnbvw4w_aem_Zlhtb30jh_RFRW-4piUPpw
Alt-Country, country americana, live shows dallas, Rock, Texas Music Scene
December 20, 20247:00 pm Granada Theater
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);