mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
Added zoom to swiper
This commit is contained in:
parent
5ba36976eb
commit
56ff059f78
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ const NodeImageSwiperBlock: FC<IProps> = ({ node }) => {
|
|||
resizeObserver
|
||||
watchOverflow
|
||||
onInit={resetSwiper}
|
||||
zoom
|
||||
>
|
||||
{images.map(file => (
|
||||
<SwiperSlide className={styles.slide} key={file.id}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue