Bootstrap响应式iframe未调整内容大小

时间:2017-01-26 17:09:00

标签: css twitter-bootstrap iframe

我无法弄清楚如何在响应式iframe中调整pdf的内容?

从下图中可以看出,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

请指教?

1 个答案:

答案 0 :(得分:0)

也许这可以帮到你: How to make a PDF responsive

只是一个想法,但你可以得到两个版本的pdf,或两级放大,取决于你的iframe宽度?