css
  • twitter-bootstrap
  • iframe
  • 2017-01-26 212 views 0 likes 
    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> 
    

    enter image description here

    請指教?

    +0

    你想要只滾動verticaly?那是你要的嗎? –

    +0

    可以,但內容可讀。 – Kevin

    +0

    我不認爲你能夠讓嵌入式pdf文件創建換行符,沒有邊距等。我的意思是,它不是一個響應式HTML,它是一個pdf –

    回答

    0

    也許這可以幫助你: How to make a PDF responsive

    只是一個想法,但你可以得到兩個版本的PDF,或者根據您的iframe寬度兩級放大?

    相關問題