Files
oa/documentation/plugins/gallery/gallery-images-larger-documentation.md
2025-05-24 01:49:48 +09:00

734 B

items
items
src thumbnail w h alt
http://via.placeholder.com/600x400 http://via.placeholder.com/200x150 600 400 optional alt attribute for thumbnail image
src thumbnail w h
http://via.placeholder.com/1200x900 http://via.placeholder.com/200x150 1200 900
src thumbnail w h
http://via.placeholder.com/800x600 http://via.placeholder.com/200x150 800 600

Large Thumbnails

Thumbnails can be the size you want based on the thumbnail image real size.

<template>
  <VPhotosSwipe :items="items" thumbnail-radius="5" />
</template>