by marquis | Jun 3, 2024
“It used to be called boogie-woogie. It used to be called rhythm & blues. Now, they call it rock & roll” Chuck Berry’s words are at the very heart of Roots Rock & Roll 5-piece, THE 40 ACRE MULE! The self-described “Rhythm & Blues Outfit” is a... 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);