Currently working on a project that involves implementing a Jquery plugin to create a lightbox photo gallery. I have encountered an issue where the captions are restricted to 600px in length. I am curious if it is possible to set this limitation within the HTML code and whether it will be compatible with the plugin being used, which is photobox master. You can find more information about the plugin here.
I attempted to add style="width: 600px;"
, but I suspect that it might not be placed correctly. Any suggestions or tips would be greatly welcomed. Thank you.
An example of the HTML code is provided below:
<li data-keywords="sand dunes beach">
<a href="Photos/08.jpg">
<img src="Photos/Thumbnails/08.jpg" alt="Sand Dunes on the beach, could be anywhere in the world, however it is one of my favourite places. I really enjoyed staying at this location and would recommend it to anyone." title="Sand Dunes" class="photo">
</a>
</li>