悬停时图像放大,div 框中的内容附加到图像
我想知道是否有人可以指导我构建一个脚本,我可以通过将鼠标悬停在上面来放大图像,但图像不仅会被放大,图像周围的 div 也会附加到它出现的位置当您悬停时
谢谢!
I was wondering if someone can guide me towards building a script where I can enlarge the image by hovering over with my mouse, but the image isn't only going to be enlarged, a div around the image will also be attached to it that appears when you hover
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法。将代码放在 ressizeds.js 文件中的某个位置。
第一个是缩放图像的宽度。第二个宽度是图像的正常尺寸。只需将其包含在您的 html 文件中即可。将 img 选择器更改为您需要的任何内容。
享受。
Easiest way. Put the code somewhere in your resizables.js file.
The first with is the width of the zoomed image. The second width is image's normal size. Simply include this in your html file and you're done. Change the img selector to whatever you need.
Enjoy.