Enonic version: 6.15.6
OS: Ubuntu
We are trying to use the iframe tag in an HTML area field with width and height attributes:
<iframe width="100%" height="100px" src="https://www.w3schools.com"><p>Your browser does not upport iframes.</p></iframe>
However, for some reason, Enonic is discarding width and height attributes.
We have tested that in 6.14.3 version and it is working fine.