Hi There-
I would like to alter the code so that when you click on the Preview Image I would like also to be able to scroll through the other images that are on the pages. I am sure there must be a way to do this, though I don't know how.
The code for the preview located on the single.php is:
<?php
if($preview_image)
{
echo '<div class="entry-previewimage rounded preloading_background">';
echo $preview_image;
echo '</div>';
}
?>
Kind Regards,
Daniƫl














