By brianmeert on
I am looking to implement a photo gallery similar to the one on CarsDirect.com
http://www.carsdirect.com/used_cars/vehicle_detail/ul87112839/TOYOTA/PRIUS
I've messed around with a couple different image modules but have been stumped on implementing this. It should have one large image with a variety of thumbnails underneath. When the thumbnail is clicked, the main image changes accordingly.
Any suggestions on how to implement this with Drupal?
Thanks!
- Brian
Comments
If it was me I would start
If it was me I would start with a content type that has a field for images with multiple checked (the set of images). I would then write a module that adds a formatter for image fields and is used to produced the effect you want (a combination of jQuery and html).
Jquery part
Maybe u can use this jquery plugin
http://plugins.jquery.com/project/jqGalViewII
demo: http://benjaminsterling.com/jquery-jqgalviewii-photo-gallery/
just have to theme views output so that plugin understands it, and then just let the script take over the final look...