Linux 软件免费装
Banner图

Dynamic SVG Icons

开发者 philkurth
更新时间 2019年4月29日 11:47
PHP版本: 7.0 及以上
WordPress版本: 5.1.1
版权: GPL2
版权网址: 版权信息

标签

SVG Icons

下载

详情介绍:

This plugin provides a number of icons out-of-the-box that can be enabled and included in a site as SVG markup. Custom SVG icons/images are also supported. The icons are placed on a page as HTML elements with specific class names which the plugin then replaces with SVG code via JavaScript. For a full list of built-in SVG icons see built-in icons.

安装:

  1. Download dynamic-svg-icons.zip
  2. Unzip
  3. Upload dynamic-svg-icons directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin
You can find full details of installing a plugin on the plugin installation page. Full documentation can be found on the GitHub repository docs.

常见问题:

Why would I use this over an icon font?

This approach cuts out the additional requests to load an icon font. It is also easier to register your custom SVG images with this plugin than to load them into an icon font.

Can I use my own SVG images?

Yes. See the using custom SVGs section of the documentation to learn how.

Can I override the default icon SVG markup?

Yes. See the overriding built-in SVGs section of the documentation to learn how.