deansaddigh Posted February 16, 2010 Share Posted February 16, 2010 I want my images displayed like this site. http://www.ukstudy.com/eng/info/school/82/ And here is my site http://www.languageschoolsuk.com/school_details.php?id=53 can anyone point me in the right direction? my images are being brought back dynamicallyand here is the code where i echo the images out $imagename = $row ['image_name']; $image = 'Admin/'.$row['path'] . '/' . $row ['image_name']; echo '<img src="'.$image.'"/>'; Link to comment https://forums.phpfreaks.com/topic/192288-need-images-displayed-like-this-site/ Share on other sites More sharing options...
lopes_andre Posted February 16, 2010 Share Posted February 16, 2010 I think this script can help you. http://ajaxorized.com/projects/image-transition-manager-image-transitions-with-scriptaculous/ Link to comment https://forums.phpfreaks.com/topic/192288-need-images-displayed-like-this-site/#findComment-1013431 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.