Jump to content

Recommended Posts

Posted

I set this value to "0" but the pause-overlay is displayed anyway!!!

The generated iframe code looks like this:

<iframe style='position:absolute;top:0;left:0;width:100%;height:100%;' width="760" height="428" src="https://www.youtube-nocookie.com/embed/abc123?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

PS. i use this module code https://github.com/ryancramerdesign/TextformatterVideoEmbed/pull/12

Posted
5 minutes ago, tires said:

I set this value to "0" but the pause-overlay is displayed anyway!!!

The generated iframe code looks like this:


<iframe style='position:absolute;top:0;left:0;width:100%;height:100%;' width="760" height="428" src="https://www.youtube-nocookie.com/embed/abc123?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

PS. i use this module code https://github.com/ryancramerdesign/TextformatterVideoEmbed/pull/12

It should be src="https://www.youtube-nocookie.com/embed/abc123?feature=oembed&rel=0" in order to work. It seems that TextformatterVideoEmbedOptions module can't add the options to your custom TextformatterVideoEmbed module. Install the original TextformatterVideoEmbed module and you'll see that the "rel" will be added properly.

  • Like 1
  • 4 months later...
  • 4 weeks later...
  • 4 months later...
Posted

I wonder whether this module could be extended to serve as a EU-GDPR click solution. The original module does not have this, and I am not sure Ryan will change that for us poor Europeans.

  • 2 weeks later...
Posted

Would it be possible to add a the title tag to the iframe in order to improve accessibility?

for instance <iframe title="A welcome from our CEO" ...

thanks!

  • Like 1
  • 6 months later...
Posted

Maybe it could be great to add freestyle variable fields-list to add to the backend interface, in case you do not want to offer any new option hardcoded in the module?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...