Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Retina for WP

Beschreibung

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" /]

Installation

  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.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Retina for WP“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Retina for WP“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

0.1.2

Cleaned up the code a bit and added some info.

0.1.1

First version.