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.

CSprite

Beschreibung

Simply upload your icons individually to your theme’s „images/csprite“ folder.

Go to WordPress Dashboard > Tools > CSprite > Rebuild to rebuild the sprite.

CSprite will do all the hard work of combining all the images into a single graphic.

It will create all the classes for you in the enqueued stylesheet.

You can then simply use the sprite in your theme like this:

<div class="csprite csprite-creatomatic_logo"></div>

It will name the classes according to the image names, so make sure that they are unique.

Read more about this plugin at http://www.creatomatic.co.uk/csprite-automatic-image-sprite-tool-wordpress/

Installation

To install the plugin from your WordPress admin dashboard:

  1. Plugins > Add New
  2. Search for CSprite
  3. Install Now > Activate

To install the plugin from your computer:

  1. Download the .zip file to your computer from http://www.creatomatic.co.uk/csprite-automatic-image-sprite-tool-wordpress/
  2. Upload it through Plugins > Add New > Upload > Find the zip file
  3. Upload > Activate

FAQ

See http://www.creatomatic.co.uk/csprite-automatic-image-sprite-tool-wordpress/

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

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

Mitwirkende

Übersetze „CSprite“ in deine Sprache.

Interessiert an der Entwicklung?

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

Änderungsprotokoll

1.1

  • Initial release