Open gipic opened 4 months ago
I see this error in console:
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 );
this.on( 'activate', this._changeFullscreenActive ); this.on( 'deactivate', this._changeFullscreenActive ); }')
Have you tried? Does it work to you?
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.