Skip to content

Commit

Permalink
Merge pull request #147 from IBEC-BOX/feat/gallery
Browse files Browse the repository at this point in the history
removed centered slides in swiper gallery view
  • Loading branch information
Zh3nyaZh3nya authored Dec 11, 2024
2 parents 68a5a5d + eb2f7d8 commit d5f7c7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibecsystems/nuxt3-ui-kit",
"version": "1.0.59",
"version": "1.0.60",
"description": "Ibec Nuxt3 UI components",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/runtime/components/Parts/Gallery/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
:direction="mdAndUp ? 'vertical' : 'horizontal'"
class="gallery-view-swiper-blocks d-block"
:style="{ height: mdAndUp ? '100vh' : '100%', overflow: 'auto' }"
centered-slides
:slides-per-view="mdAndUp ? 6.8 : 4.2"
space-between="0"
mousewheel
Expand Down

0 comments on commit d5f7c7a

Please sign in to comment.