| Adding Automatic PNG reflection to your images |
|
Included with all Theme Joomla commercial template releases is built in automatic PNG reflection. To add this feature to your images all you need to do is add a class called "reflect" to your image tag. See below for an example of how to use this feature:
<img src="img.png" title="Img" alt="Img" class="reflect" />
The red highlighted text calls the class reflect which identifies this image as a reflected image, which will create the reflected mirror image as you can see in the example below. You can also view source of this page to see how I've done it with this image:
|