Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>img-styleNew to Visual Studio Code? Get it now.
img-style

img-style

linzhi19

|
9,672 installs
| (0) | Free
insert css with width height url by cal images size
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

功能说明

  • 快速计算好图片尺寸并根据模板返回图片的尺寸、相对路径值
  • 支持配置模板
  • 支持路径过滤

Alt text

配置模板

模板生成参考使用的 loadash.template

<!-- 目前只支持width,height,src -->
    "imgstyle.tpl": "width: ${width}px;height: ${height}px;background-image:url(${src});"  

配置过滤路径

具体npm模块用的是globby 数组配置参考

<!-- opthon -->
    "imgstyle.path": ["test/**/*.{png,jpg,gif,webp}"]

核心的获取图片信息

具体npm模块用的是jimp 一个十分不错的图片处理库

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft