I am currently using the following plugin http://labs.skinkers.com/content/touchSwipe/demo/11_Image_gallery_example.php
This plugin allows users to swipe from one image to another. However, if I make the #content div wider from 500px to say 700px showing a little more of the next image it no longer works. Trying to figure out how to allow more images to show without breaking… any thoughts?
PS: Reason why I am using this plug-in and not another is for the added featured of click.
You should not be choosing a plugin based on its ability to handle clicks. The handling of clicks is built into javascript and something you can implement yourself. Pick the plugin that works best, and then handling clicks on your own.