JS图片放大2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JS图片放大2相关的知识,希望对你有一定的参考价值。

 

<html>
<head>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/viewer.css">
<link rel="stylesheet" href="css/main.css">

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<!-- <script src="https://fengyuanchen.github.io/js/common.js"></script>-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
<script src="js/viewer.js"></script>
<script src="js/main.js"></script>

</head>
<body>
<div class="docs-pictures clearfix">
<img src="~/Files/KeepImg/333.png" alt="Cuo Na Lake">
</div>
</body>

</html>

 

https://www.cnblogs.com/yi0921/p/7080284.html

以上是关于JS图片放大2的主要内容,如果未能解决你的问题,请参考以下文章

jS控制图片的放大和缩小?

网站JS放大图片

网站JS放大图片

求一个简单的点击图片放大缩小的JS代码

js+css鼠标移动图片放大

js在鼠标悬停的时候放大一张图片