You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't know what is wrong but there is no button.
I've included fullscreen library (both css and js).
I tried to switch the position between flickity core and flickity fullscreen but nothing.
BTW: why in the main documentation page, the container is called "main-caoursel" while with fullscreen is called just "carousel". It is confusing...
TypeError: undefined is not an object (evaluating 'Flickity.create.fullscreen = function() {
this.isFullscreen = false;
if ( !this.options.fullscreen ) return;
// buttons
this.viewFullscreenButton = new FullscreenButton( 'view', this );
this.exitFullscreenButton = new FullscreenButton( 'exit', this );
Hi, I don't know what is wrong but there is no button.
I've included fullscreen library (both css and js).
I tried to switch the position between flickity core and flickity fullscreen but nothing.
BTW: why in the main documentation page, the container is called "main-caoursel" while with fullscreen is called just "carousel". It is confusing...
Thanks.
The text was updated successfully, but these errors were encountered: