Attention please, this blog for developers i publish here source codes which i developed, so you should have knowledge in javascript, jQuery and sometimes blogger data.

ModernTube jQuery Plugin For Youtube Videos

ModernTube is jQuery plugin which re-size youtube videos to container width this make youtube video responsive with aspect ration between width and height.

Find This Project on Codepen
Find This Project on Github

How To Call jQuery Plugin

// Select div and give it width using css
$('#container').moderntube();


Example