-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Width and height params do not work #35
Comments
@migswd firstly thanks for submitting an issue. Now the Param field is used to modify the URL query string not the iframe params. However it seems this isn’t the case for you at all. Do you have cache enabled by chance? The width is normally controlled by CSS HOWEVER I can update the DOM manipulation to support updating the width and height attributes. |
@migswd you now have the option to override the width and height, see v1.2.5. I'll also be opening an issue / feature where I'll add support to override / set / manage all iframe DOM. attributes to allow overriding of attributes and adding missing / custom attributes as most my issues are managing attributes 😅 THanks for opening an issue and hope this fixes your edgecase 👍 |
Thats great thank you !!
|
Hey @reganlawton previously I had two CSS classes on my iFrame that did formatting with. Now, with |
I am adding the width and height params to make the iframe bigger but it does not work.
I got oEmbed plugin last version (1.2.4).
Here is my twig code :
Et voici le code iframe en output :
Thanks for help.
The text was updated successfully, but these errors were encountered: