Image Effect CK allows you to add a CSS class on your image to apply an amazing effect to it without any need of coding. But sometimes you may want to do more and have a better control on the HTML code and features.

Look at the code that you can use to create a custom image effect :

<figure class="effectck-oscar">
<img src="/images/demo.jpg" alt="my description here" />
<figcaption>
<div class="title">My title</div>
<div class="desc">A description</div>
</figcaption>
</figure>

Then you can update the code to your needs, for example to add specific html code in the caption to show some social icons. There is no limit to what you can do.

Download Image Effect CK