You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using safe allows me to display most HTML elements like <p>, <br>, <a href>, and others easily. However, I am not able to get iframes to display correctly. Is there a way around this?
Here is an example of how it displays on the webpage:
Would I possibly need to add a new item to the toolbar to allow for iframes to be added the same way that videos do? If so, how can I add that?
Problem:
When trying to display iframe from Quill onto webpage, it only displays the html and not the actual iframe
Context:
I am using Quill in my admin backend so that I can easily let an admin user add text and links onto a webpage.
Here is what the backend quill form looks like
I've added
safe
within the template fields so that URLs display correctly.Using
safe
allows me to display most HTML elements like<p>
,<br>
,<a href>
, and others easily. However, I am not able to get iframes to display correctly. Is there a way around this?Here is an example of how it displays on the webpage:
Would I possibly need to add a new item to the toolbar to allow for iframes to be added the same way that videos do? If so, how can I add that?
Looking through the Django Quill Documentation and original JS Quill documentation did not lead me to the solution I seek.
Thank you for any help.
The text was updated successfully, but these errors were encountered: