2.0.5 • Published 7 years ago

swiper-fullscreen v2.0.5

Weekly downloads
11
License
MIT
Repository
github
Last release
7 years ago

Swiper-Fullscreen

A fullscreen gallery made with component-dialog and swiper.

Demo

Usage

The componentn is written to be used with browserify.

$ npm install swiper-fullscreen

Then you can create an instance of the slider and manage it through API.

var swiperFullscreen = new SwiperFullscreen({
	...options...
});

swiperFullscreen.show();

API

const options = {
	navigation: true, //show navigation arrows if slides number is more than 1
	swiper: {...object...} // swiper settings for the slideshow
};

const swiperFullscreen = new SwiperFullscreen(options);

swiperFullscreen.swiper; // the instance's swiper object so you can manipulate it
swiperFullscreen.show(slideIndex); //instance's method to show the dialog popup. 'slideIndex' parameter is optional
swiperFullscreen.hide(); // hide the dialog with the slider

swiperFullscreen.show(); //...and show it

NPM

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

8 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago