我在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>