diff options
Diffstat (limited to 'demo.html')
-rw-r--r-- | demo.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -175,7 +175,8 @@ } }); - $('article').readmore({maxHeight: 240}); + $('article').readmore({maxHeight: 240, speed: 250}); </script> </body> </html> + |