{source}<style>.pdf-container {
position: relative;
width: 100%;
padding-bottom: 150%; /* Adjusts for height (e.g., 130% for an 8.5×11 vertical page) */
height: 0;
overflow: hidden;
}
.pdf-container iframe {position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}</style>
<div class=”pdf-container”>
<iframe src=”/images/pdfs/Multimodal%20App%20Guide.pdf#toolbar=0&navpanes=0″ width=”100%” height=”2100px”></iframe>
</div>{/source}