Image captions for thumbnails (solved)
Is it posible to have a caption to show above or under each thumbnail?
Please Log in or Create an account to join the conversation.
Yes, it is. You need add attribute Title with text to your image.
Please Log in or Create an account to join the conversation.
mavik wrote:
Please Log in or Create an account to join the conversation.
It is function of Joomla or editor. I will try to do this on my test site tonight.
Please Log in or Create an account to join the conversation.
You can use field Caption of function Image in standard editor. It inserts code like this:
<figure class="pull-left"><img title="Title for image" src="images/sampledata/fruitshop/apple.jpg" alt="Description of image" width="192" height="144" />
<figcaption>Caption for image</figcaption>
</figure>Please Log in or Create an account to join the conversation.
Thank you very much for looking at it. I didn't know that there was such a tag (<figure>).
Please Log in or Create an account to join the conversation.