参考 @vuepress/plugin-medium-zoom
yarn add -D @vuepress/plugin-medium-zoom
# OR npm install -D @vuepress/plugin-medium-zoom
plugins: [
"@vuepress/plugin-medium-zoom"
],
属性 | 类型 | 默认值 | 描述 |
---|---|---|---|
margin | number | 0 | 放大图像外的空间 |
background | string | #fff | 叠加的背景 |
scrollOffset | number | 40 | 要滚动以关闭缩放的像素数 |
container | string || HTMLElementobject | null | 视图端口以显示放大 |
template | string|HTMLTemplateElement | null | 缩放时显示的模板元素 |