Skip to content

fraricce/jsAutoCaption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jsAutoCaption

Given an image tag, it automatically adds a nice caption box

See the live demo at http://jsfiddle.net/fraricce/WVGz8/

Usage:

// to apply to an image, just add .autoTitle class in your html file and invoke the plugin in // the javascript side

var options = { "courtesyText" : "PixCone image", "borderWidth" : "2", "borderColor" : "#f00", "textAlign" : "center", };

$('.autoTitle').showAltTitle();

About

Given an image tag, it automatically adds a nice caption box

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors