Super well done... especially the considerations for how it sizes at tablet and mobile smaller sizes and still scrolls well. kudos!
(and thanks!)
Ryan moore () - 8 years ago - Reply 1
Thanks for this great template! Is there missing in line 173 in the html file?
Shujian Liu () - 7 years ago - Reply 0
Here is the same snippets which i have used in my website just check it out awesomeness
everiningply.com
Ayesha Sharma () - 8 years ago - Reply 0
every box are set as perfect but its not moving .. I think the jquery is not working there... give me some solutions
Haran () - 8 years ago - Reply 0
actually, its not moving even i did past the js code into inline script
Haran () - 8 years ago - Reply 0
How do you download this code? I'm new to this website
I copied the code linked the html page to the style sheet and js but it comes out all wrong :(
Jamie Foxx () - 9 years ago - Reply 0
Great Snippet. Just a quick note. The tag is missing on the next pager item (line 173).
Candecor () - 9 years ago - Reply 0
Notice how it bumps down after it finished shifting left or right?
The ul tag causes this. Simply add this to fix it:
ul.thumbnails { margin-bottom: 0px;}
Edward A Husarcik () - 9 years ago - Reply 0
in addition to it, to center it add:
ul.thumbnails {
margin-bottom: 0px;
padding: 0;
}
SG () - 9 years ago - Reply 0