0
我無法弄清楚如何在響應式iframe中調整pdf內容的大小?Bootstrap響應iframe不調整內容
正如您從下圖所看到的那樣,iframe已調整大小,但內容沒有調整大小。
查看
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src='@Url.Action("ShowPDF", "BillPayment", new { sessionId = @Model.SessionId })#zoom=150' width="100%" height="525" id="iFramePdf" #zoom="200" frameborder="0"></iframe>
</div>
請指教?
你想要只滾動verticaly?那是你要的嗎? –
可以,但內容可讀。 – Kevin
我不認爲你能夠讓嵌入式pdf文件創建換行符,沒有邊距等。我的意思是,它不是一個響應式HTML,它是一個pdf –