Wee module to create placeholders for testing and wireframing.
Default placeholder with 16:9 fluid ratio.
<img data-placeholder>Override the ratio by setting the value of the data-placeholder attribute.
<img data-placeholder="2:1">To disable fluid width set the data-fluid attribute to false.
<img data-placeholder data-fluid="false">By default the current dimensions of the placeholder are output on the image. Specify the text by setting the data-text attribute.
<img data-placeholder data-text="Primary Image">You can customize the default styling of the placeholders by overriding the default modules variables.
Install the module using one of these methods:
- Download the latest release or
- Clone the repository from
git clone git://github.com/weepower/wee-image-placeholders.git
Then place the "wee-image-placeholders" folder in your source/modules directory.
Have a bug or a feature request? Open a new issue.
To view the working to-do list check out our public Trello board.
Wee adheres to Semantic Versioning in the form of MAJOR.MINOR.PATCH.
Regardless of version we recommend thoroughly reviewing the release notes before updating.
Keep track of development and news by following @weecss on Twitter.
Copyright 2016 Caddis Interactive, LLC. Licensed under the Apache License, Version 2.0.