【发布时间】:2021-12-25 23:15:22
【问题描述】:
你好吗?我正在为流媒体朋友做一个简单的网站。当我在做关于部分时,他想要一些关于他最喜欢的两件事的图片。但是当我插入一些 Lottie Animation IMG 时,其中一个变成了 double。
我将代码举例。
<div class="container">
<div class="row">
<div class="col">
<div id="F1"></div></a>
<script src="lottie.js"></script>
<script src="script.js"></script>
</div>
<div class="col">
<p class="Texto1">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
我在 GitPages 中上传了网站,这是链接:https://bauditz.github.io/T0omp---Website-Project/about.html
感谢您的帮助!
【问题讨论】:
标签: javascript html css animation lottie