I am using the Supersized module in Joomla. At the moment, I have an article in the center of the page. If I close the article, I see the Supersized Gallery and the thumb-tray, which allows me to open each photo as a background, as I click on the thumbnails.
I would like to put a table in the article, with the same thumbnails as in the tray. This way, if a user wants, he could click the thumbnails from the article and see the background change.
If I tried to write, in the article, the following code:
<div id="thumb-tray" class="load-item hide_function hidden-phone">
<div id="thumb-back"></div>
<div id="thumb-forward"></div>
</div>
I would not get anything, and the Supersized gallery would not even work... Does anyone have an idea on how to solve this problem? Thank you very much for your help.