iframe -> amp-iframe css issue
-
I have a scenario where I am using the below CSS:
div#check-iframe:has(iframe)I am adding this CSS in headers.php like below:
<style amp-custom>
div#check-iframe:has(iframe) {
/* Your styles here */
}
</style>But using the AMP plugin, it is getting converted as below:
div#check-iframe:has(amp-iframe)I don’t want to convert my CSS from iframe to amp-iframe. Can anyone help me to solve this ASAP?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘iframe -> amp-iframe css issue’ is closed to new replies.