Skip to content

Commit

Permalink
Merge pull request #6 from paper-leaf/revision/update-classroom-glide…
Browse files Browse the repository at this point in the history
…r-options

added loop back option to glider
  • Loading branch information
kasiagawlak authored Nov 14, 2024
2 parents a8a09d8 + ec73b7c commit 7615a00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/view.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime'), 'version' => '8f10fdcc019fd865a32d');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime'), 'version' => 'f4a018fabadb5cda74a1');
2 changes: 1 addition & 1 deletion build/view.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/app/services/slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function instantiateSlider() {
slidesToScroll: 1,
draggable: false,
dots: document.querySelector( '.glider-dots' ),
rewind: true,
arrows: {
prev: document.querySelector( '.glider-prev' ),
next: document.querySelector( '.glider-next' )
Expand Down

0 comments on commit 7615a00

Please sign in to comment.