Here in this article, We will tell you on how to add a responsive Slideshow Widget to your Blogger.
If you are new to blogger, you can visit our Blogging Tips tab to know on how to get minute details on Blogging. Adding a slideshow to your Blogger site is always a good thing as it makes your website look prettier.
Key Features of Slideshow Widget
- Fully Responsive
- Cross-Browser Supported
- Lots of options to customize upon
- jQuery Easing Supported
How to get the code
You an get the code by clicking upon here inside a .txt file. Once you get the code, just copy and paste the code into a HTML/JavaScript Widget. You can follow the below steps.
- Go to Blogger Dashboard > Layout > Add a Gadget Select HTML/JavaScript
- Copy the code you got and paste on it. Then Save it. And you’re done!.
Note: If you still don't see any slider, you must have not adjusted the java and css codes into your website. Just, follow this tutorial on how to put java and css file right into your blogger site.
How to customize the Codes
Look below at the codes. These are the lines where you can play and customize them.
Slideshow Options
You can get the slideshow opting codes by clicking here. Do read the comments before adjusting the codes.
To adjust the slider size edit this CSS rule from the main code
.fluid_container {
margin: 0 auto; /* aling centered */
width: 100%;
max-width: 900px;
overflow: hidden;
}
Conclusion
This is it. If you have any problem regarding this, yo can ask us in the comments below.
Comments
Post a Comment