Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps style scrolling anyone?

I am looking for some JavaScript plugin (preferably jQuery) to be able to scroll through an image, in the same way that Google Maps works.

I can make the image draggable but then I see the whole image while dragging even if the parent div is overflow:hidden.

Any help would be greatly appreciated!

like image 441
sydlawrence Avatar asked Sep 15 '08 20:09

sydlawrence


Video Answer


1 Answers

(I'm super late to this now dead party, but hey, I found this page via a search so...)

Scrollview plugin suggested by mooware didn't work for me.

However Dragscrollable did: http://plugins.jquery.com/project/Dragscrollable

Try out the demonstration

like image 69
Dominic Avatar answered Oct 23 '22 17:10

Dominic