Skip to content

Updated script.js #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $(document).ready(function() {
$('.owl-carousel').owlCarousel({
loop:true,
items: 4,
//In responsive we are basically deciding how many pie charts must be shownbased on the screen size the site is being used on like if the size is between 0 to 480 then just show 1 at a time and if the size is between 480 to 768 then show 2 items and further.
//In responsive we are basically deciding how many charts must be shownbased on the screen size the site is being used on like if the size is between 0 to 480 then just show 1 at a time and if the size is between 480 to 768 then show 2 items and further.
responsive:{
0:{
items:1
Expand Down