From 1077f0c223dacb12967c290d28789f494ae4c667 Mon Sep 17 00:00:00 2001 From: Positive person <89864580+PositiveUser@users.noreply.github.com> Date: Tue, 13 Sep 2022 20:07:03 +0530 Subject: [PATCH 1/2] Used new image & moved it to compatibility section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99de064..cceb88a 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # multiScroll.js ![preview](https://raw.github.com/alvarotrigo/multiScroll.js/master/examples/imgs/multiscroll.png) -![compatibility](https://alvarotrigo.com/multiScroll/imgs/compatible.gif) --- ![multiScroll.js version](http://img.shields.io/badge/multiscroll.js-v0.2.3-brightgreen.svg) @@ -44,6 +43,7 @@ Customizations of the plugin available upon request for some reasonable price. < This plugin its in Beta version. Suggestion are more than welcome, not only for feature requests but also for coding style improvements. ## Compatibility +![](https://user-images.githubusercontent.com/89864580/189929524-d46452a7-e6be-40d0-b7ce-e4889f7db622.png) multiScroll.js is fully functional on all modern browsers, as well as some old ones such as Internet Explorer 8, 9, Opera 12... It works with browsers with CSS3 support and with the ones who don't have it, making it ideal for old browsers compatibility. It is designed to work as well on touch devices such as mobile phones or tablets. @@ -151,7 +151,7 @@ $(document).ready(function() { keyboardScrolling: true, touchSensitivity: 5, - //responsive + // Responsive responsiveWidth: 0, responsiveHeight: 0, responsiveExpand: false, @@ -161,7 +161,7 @@ $(document).ready(function() { leftSelector: '.ms-left', rightSelector: '.ms-right', - //events + // Events onLeave: function(index, nextIndex, direction){}, afterLoad: function(anchorLink, index){}, afterRender: function(){}, @@ -473,4 +473,4 @@ If you want your page to be listed here. Please