Is it possible to make iframes taller to remove scrollbars?

As in the image below:

I understand that I can use panel:true which will make the iframe fill the whole screen, but I’d like all of the information on one page.

Would also like this

@dan.skiftun
aspect_ratio:

EDIT: To clarify, the width of all cards is fixed. So if you adjust the aspect ratio, it should only adjust height.

the problem with aspect ration is that it introduces scroll bars. So if you could set the hight manually you could avoid that

That seems like a bug. Even looking at the HAGallery, the aspect ratio is not adjusting the size. You can write a PR against it to get it fixed.