I have this iframe html code
<iframe title="Sales-AdventureWork - Page 5" width="100%" height="100%" src="https://app.powerbi.com/view?r=eyJrIjoiOWFjOWZjYjAtY2RmYi00OGYxLTg2ZWYtNjQ5NjJkN2E5ODAzIiwidCI6ImUwYjNmMTA2LWU2Y2QtNDNjOS05NGUxLTRkMzMwMWNjZWMzOCIsImMiOjl9" frameborder="0" scrolling="no" allowFullScreen="true"></iframe>
from power bi which working very well in html page but when I try to embed it into smarty tpl file it shows it partial view like pic num 1
but the same code working very well in html like pic num 2