- Posts: 9
- Thank you received: 0
Adding captions or descriptions to images?
-
rose
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago #6916
by rose
Adding captions or descriptions to images? was created by rose
Hi there,
I am using the latest version of the plugin (just downloaded it to sort the ordering of images) i was wondering if there is anyway to add a caption or description to the images? either on the side or below the images?
if not do you know of any gallery plugins that i can add images on the site with lightbox effect where i can add captions or descriptions?
Thanks for your advice
Rose.
I am using the latest version of the plugin (just downloaded it to sort the ordering of images) i was wondering if there is anyway to add a caption or description to the images? either on the side or below the images?
if not do you know of any gallery plugins that i can add images on the site with lightbox effect where i can add captions or descriptions?
Thanks for your advice
Rose.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
13 years 8 months ago - 13 years 8 months ago #6920
by milos
Replied by milos on topic Re: Adding captions or descriptions to images?
Unfortunately, with Joomla plugin it's not possible.
Thus, it's possible to add description, but in pop-up, not under thumbnails. You should publish plugin, but instead entering the usual plugin code, enter HTML, like this:
In this code "This is module positions layout" is description of image. You must edit thumbnail and full image paths in the above code and create both big and small image yourself in photo editor.
Thus, it's possible to add description, but in pop-up, not under thumbnails. You should publish plugin, but instead entering the usual plugin code, enter HTML, like this:
Code:
<p id="gallery" align="center">
<a href="/demo/skies/images/stories/sample.jpg" title="This is module positions layout.">
<img src="/demo/skies/images/stories/sample_small.jpg" border="0" width="200" height="152" />
</a>
<a href="/demo/skies/images/stories/sample.jpg" title="This is module positions layout.">
<img src="/demo/skies/images/stories/sample_small.jpg" border="0" width="200" height="152" />
</a>
</p>
Last edit: 13 years 8 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.208 seconds