🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Image Captions is a fast, versatile and lightweight jQuery plugin for creating animated image caption hover effects using CSS3 animations.

Hover-Effect image-caption

Documentation

Image Captions

Overview

This is a JQuery plugin to display animated captions for images

Usage

  1. Include JQuery in your HTML File
  2. Include the Image Captions CSS and JS from the JS and CSS folder in your project
  3. Create the following markup
        <div class="img-caption" id="slideUp">                 <img src="images/Smiley.png" />                 <div class="caption">                     <p>Smile Away!</p>                 </div>         </div> 

Include the following script on your page to display the caption.

        $('div#slideUp').makeCaption({             animation: 'slide',             position: 'Below'         }); 

Demo

Visit the following page to see examples http://patnaikshekhar.github.io/ImageCaptions


You May Also Like