如何自动调整tiktok嵌入视频的大小(宽度和高度)?

问题描述 投票:0回答:1

以下是html代码。

<blockquote class=\ "tiktok-embed\" cite=\ "https://www.tiktok.com/@scout2015/video/6718335390845095173\" data-video-id=\ "6718335390845095173\" style=\ "max-width: 605px;min-width: 325px;\">
    <section> <a target=\ "_blank\" title=\ "@scout2015\" href=\ "https://www.tiktok.com/@scout2015\">@scout2015</a>
        <p>Scramble up ur name & I’ll try to guess it😍❤️
            <a title=\ "foryoupage\" target=\ "_blank\" href=\ "https://www.tiktok.com/tag/foryoupage\">#foryoupage</a>
            <a title=\ "petsoftiktok\" target=\ "_blank\" href=\ "https://www.tiktok.com/tag/petsoftiktok\">#petsoftiktok</a>
            <a title=\ "aesthetic\" target=\ "_blank\" href=\ "https://www.tiktok.com/tag/aesthetic\">#aesthetic</a>
        </p>
        <a target=\ "_blank\" title=\ "♬ original sound - 𝐇𝐚𝐰𝐚𝐢𝐢𓆉\" href=\ "https://www.tiktok.com/music/original-sound-6689804660171082501\">♬ original sound - 𝐇𝐚𝐰𝐚𝐢𝐢𓆉</a>
    </section>
</blockquote>
<script async src=\ "https://www.tiktok.com/embed.js\"></script>

我有一个固定的 DIV 我在这里嵌入了这段代码,并想把这段代码改编成中文。DIV 以使整个视频的宽度和高度都能包含在该函数中。DIV.现在它被切割在一些狭窄的设备上,不能显示整个 DIV.

任何帮助将是非常感激的.非常感谢。

html browser autoresize
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.