This snipped inserts an iframe pointing to an external pdf. The iframe automatically adjusts to fit the size of the screen. ``` <iframe src="..." width="100%" style="height: 80vh;"></iframe> ``` It looks like this: <iframe src="https://arxiv.org/pdf/2503.10622" width="100%" style="height: 80vh;"></iframe>