ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

vuepress-----18、图片缩放

2026/9/17 18:07:47 拓冰建站 浏览量
vuepress-----18、图片缩放

图片引入两种方式

地址

image-20231207133744506

image-20231207133804293

# 图片缩放插件

image-20231207133958912

# 实战

md文件引入图片

<img class="zoom-custom-imgs" :src="$withBase('/favicon.ico')" alt="favicon">

安装配置插件

  '@vuepress/medium-zoom': {selector: 'img.zoom-custom-imgs',},

效果展示
在这里插入图片描述