mordilion / simpleSlider

An easy and simple image slider based on jQuery

Home Page:http://www.devjunkie.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the alt or title attribute of the image as title

mordilion opened this issue · comments

As an alternative to the div-Title use the content of the alt-attribute or the title-attribute of the image.

<li>
    <img src="..." alt="This is the Image-Title" title="This is the Image-Title" />
</li>

Now you can use the title-attribute as alternative. It gives the option "useImageTitle".