Hi,
I dont have any content manager, I do everything myself,
however I would like to add a slideshow to the dynamic created pages, and just dont know how.
Some pages may have 5 photos and some may have 10 photos.
I could do it manually, just insert the full code in mysql, but I guess there is a better way, to insert the pattern to the image or inclusive the image itself into the database and then just get all the images that belong to that id.
The slideshow where I code the images is like this, with one small and one big image.
Any ideas?
<div id="dg-image-gallery" class="dg-image-gallery">
<div class="dg-image-gallery-image">
<img class="dg-image-gallery-thumb" alt="Foto lägenhet som uthyres nära Puerto Banus och stranden - Marbella" src="../fotos_viviendas/Comunes/sdamadenochepool.jpg">
<span class="dg-image-gallery-caption">The pool</span>
<span class="dg-image-gallery-large-image-path">../fotos_viviendas/Comunes/damadenochepool.jpg</span>
</div>
Thanks,