Orest Bida

Results 43 comments of Orest Bida

Hi @vyskoczilova, first of all, thank you! If I understand correctly: 1. you'd like to _differentiate_ between "service accepted directly **through iframemanager**" and "service accepted **through cookieconsent**" 2. if it...

Yes. you can use the [API](https://github.com/orestbida/iframemanager#apis)

Hi @timiwahalahti, I totally get your point. Moving the options into the div isn't an issue, what bugs me is that in the future releases I'm planning on adding support...

Hi @thomasschadron, yes, you have to follow the same concept as other "video" iframes. Here is a full example (adapted from the [official iframe embed example](https://developers.google.com/maps/documentation/embed/get-started)): html: ```html ``` javascript:...

Mhm, I would need to check a demo with the described issue, to understand what's causing it.

Unfortunately this is not possible currently. The plugin scans the dom **once**, and "prepares" the iframes to be loaded on demand. It is not aware of any change which might...

Hi @rabandy, it looks like the url is partly encoded. While this is fine when it is set as the iframe's src, things might break when the `data-id` attribute is...

Hi @lamtonylam, as of now, this plugin is better suited for iframes containing videos. There is no proper support for custom “widgets”. Expect the upcoming v1.1 to improve on this...

You can specify the `data-autoscale` attribute or use CSS.

Hi @acolle, unless you reproduce the issue in a live demo that I can inspect, I can't help you. There is probably something else in your setup/project that is causing...