dejan / auto_html-contrib

More filters for `auto_html` gem
MIT License
2 stars 6 forks source link

add hide_related option #2

Open geeknees opened 7 years ago

geeknees commented 7 years ago

Hi,

I added hide_related option.

 AutoHtml::YouTube.new( hide_related: true) 

And also I can add another options such as autoplay, wmode, or frameborder, if you need. What do you think?