Files
eranos/src
Alex Gleason 8b73772bf0 Scale archive.org embed iframe with CSS transform to fit narrow viewports
The archive.org embed renders content at native pixel dimensions and
doesn't scale to fill the iframe like YouTube does. On mobile the
550px-wide content overflowed the ~370px container.

Fix: give the iframe its native dimensions and use transform: scale()
with a ResizeObserver to shrink it to fit the container width. Also
reverts the unnecessary overflow-x-hidden on ExternalContentPage.
2026-03-22 15:08:55 -05:00
..