- Published on
JQuery slider with blogger
- Authors
- Name
- Freeman Man
gonna love jquery
with just a couple of lines, it can make a slider, and it works nicely with blogger structure 😄 now I can add a nice looking slider to my blogger based portfolio
i can even keep the original post layout and just wrap the slider on top, it just slides the whole block 😄
Here’s how:
simply look for the post loop in your blogger template, which is between
<b:loop values="data:posts" var="post">
...
</b:loop>
then wrap “slideshow” and “slideContainer” divs outside the loop and “slide” div inside the loop for each post
others pretty much copy and paste and edit those width and height to fit your site