Skip to content

Commit

Permalink
Fix carousel width and height issues. (vufind-org#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasitiis authored Oct 7, 2024
1 parent b4da6d8 commit 80a6dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/finna2/templates/ajax/feed-carousel.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<?=$this->icon('chevron-right')?>
</button>
</div>
<div class="splide__track carousel">
<div class="splide__track carousel-inner">
<ul class="splide__list carousel-feed">
<?php $items = isset($this->visualItems) ? array_slice($this->items, 0, $this->visualItems) : $this->items; ?>
<?php foreach ($items as $item): ?>
Expand Down

0 comments on commit 80a6dd0

Please sign in to comment.