PDF在对象内无响应
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PDF在对象内无响应相关的知识,希望对你有一定的参考价值。
我在div中有一个object标签,在object标签中有一个pdf文件。 div本身是响应式的,但我无法将pdf本身与对象一起扩展。我将展示2个屏幕之间的区别 -
码-
<div class="wrapper">
<div style="width: 62.5%">
<div style='position: relative; width: 100%; height: 0px; padding-
bottom: 56.3%;'>
<a><object style='position: absolute; left: 27.8%; top: 0px; width:
100%; height: 231%' type="application/pdf" data="resume.pdf"
class="border"></a>
</div>
</div>
</div>
以上是关于PDF在对象内无响应的主要内容,如果未能解决你的问题,请参考以下文章