gpt4 book ai didi

jquery - 在嵌入标签中使用响应式显示 pdf

转载 作者:行者123 更新时间:2023-12-01 05:25:08 26 4
gpt4 key购买 nike

我有一个网站,请检查链接:- http://blufysh.com/hcs/index.php?option=com_content&view=article&id=23:study-of-dada-parsi-colony-and-khodaddad-circle-precincts&catid=15&Itemid=119

该网站是基于 joomla 构建的,其中我使用 Tiny 编辑器在文章中使用了嵌入标签.

如果我尝试以响应式 (320px X 540px) 分辨率查看 pdf,则无法在移动设备中查看 pdf。

如何在移动设备和响应式分辨率中显示 pdf。有什么帮助吗??

最佳答案

这有效且响应迅速。

<style>
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

</style>

<div class='embed-container'>
<iframe id='frame' src='MyPDF'></iframe>
</div>

关于jquery - 在嵌入标签中使用响应式显示 pdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40277793/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com