quocvu / hexo-tag-youtube-responsive

Hexo tag plugin to embed a Youtube video that auto resizes with your responsive layout
MIT License
20 stars 3 forks source link

Consider adding a resizing feature for mobile view #5

Open zhoulele12 opened 2 years ago

zhoulele12 commented 2 years ago

This plugin does a brilliant job! It allows specifying the window size, which the official plugin does not.

However, usually a large size (suitable for desktop viewing) becomes too large when viewing from mobile end.

Maybe consider adding this feature Capture ?

quocvu commented 2 years ago

The main reason I wrote this plugin is to provide the responsive feature. By default, you don't specify the size, the youtube player will auto adjust its size to its container. Is that what ou need?