2.0.5 • Published 8 years ago

swiper-fullscreen v2.0.5

Weekly downloads
11
License
MIT
Repository
github
Last release
8 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

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago