tylerpearson / lazyYT

A jQuery plugin to lazy load those dang Youtube iframe videos.
Other
208 stars 86 forks source link

add ability to hide the title based on a setting option. #39

Closed Jmeyering closed 6 years ago

dimaip commented 8 years ago

This one would be good to have!

Daugilas commented 8 years ago

@dimaip @Jmeyering if you get the plugin from here: https://github.com/Daugilas/lazyYT You have two ways to hide title:

  1. As Settings option display_title: false
  2. For any video individually. This overrides Settings option. <div class="js-lazyYT" data-youtube-id="QK8mJJJvaes" data-display-title="false"></div>

Cheers!