How to set auto height for ifram in ionic

‘<iframe width=“100%” height=“100%” [src]=“url” frameborder=“0” allowfullscreen data-tap-disabled=“false” >’

Be careful maybe what is happening is that ion-content is not 100% width. You need to set all items above iframe to 100%.

Regards.