[javascript]
/* Remind to delete all width & height inline references on embed code */
//var ratio = 3/4;
var ratio = 9/16;
$(".youtube > iframe").height($(".youtube > iframe").width() * ratio);
[/javascript]
[javascript]
/* Remind to delete all width & height inline references on embed code */
//var ratio = 3/4;
var ratio = 9/16;
$(".youtube > iframe").height($(".youtube > iframe").width() * ratio);
[/javascript]