From 9bf760a3173723bdc99517958e7dc35c18c7dc2f Mon Sep 17 00:00:00 2001 From: Piyush12Khurana <114760639+Piyush12Khurana@users.noreply.github.com> Date: Sat, 1 Oct 2022 00:14:31 +0530 Subject: [PATCH] Updated script.js --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 80d1763..22624c3 100644 --- a/js/script.js +++ b/js/script.js @@ -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