该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Retina for WP

描述

This plugin let you add a shortcode with two different image sources one too a normal sized image and one for retina. The plugin will then load the right image depending on if it’s a retina display or not.
For more info and how to use it.

A brief Markdown Example

[retina normal="path-to-normal-image" retina="path-to-retina-image" width="image-width" height="image-height" /]

安装

  1. Download and Extract the zip file and just drop the folder “retina-for-wp” into the wp-content/plugins/ directory of your WordPress installation.
  2. Activate the Plugin “Retina for WP” on your “Plugins” page.
  3. To use Retina for WP you have to put the shortcode
    [retina normal=”path-to-normal-image” retina=”path-to-retina-image” width=”image-width” height=”image-height” /] where you want the image in your editor.

评价

此插件暂无评价。

贡献者及开发者

“Retina for WP” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Retina for WP”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.1.2

Cleaned up the code a bit and added some info.

0.1.1

First version.