David DeSandro
David DeSandro
You can set custom fullscreen button title with JS. See demo https://codepen.io/desandro/pen/rZJKXb ``` js // external js: flickity.pkgd.js, fullscreen.js var flkty = new Flickity( '.carousel', { fullscreen: true, }); var...
Thanks for reporting this issue. This is indeed a bug. I'll have to investigate.
@mspanish Sounds like you may be interested in the previous dragging behavior with Packery v1. v2's drag behavior was designed to be less frustrating for Masonry grid dragging, but unfortunately...
@robertwong68 Can you please open a new issue with a **reduced test case**. See [Submitting Issues in the contributing guidelines](https://github.com/metafizzy/packery/blob/master/.github/contributing.md#submitting-issues).
@robertwong68 Thanks for that. Yes, this does look to be a bug. I'll have to take a look. One solution is to use `layout` instead of `shiftLayout`.
How do you mean this breaks mobile support? From your example, the items are aligned appropriately on mobile.
Is it possible: Yes! How do it: I don't think you need to use `fullscreen`. + Create a fullscreen Flickity carousel with CSS. See [setGallerySize: false](https://flickity.metafizzy.co/options.html#setgallerysize) + Hide the Flickity...
**Add a 👍 reaction** to this issue if you would like to see this feature added. Do not add +1 comments — [They will be deleted](http://metafizzy.co/blog/use-github-reactions-delete-plus-1-comments/).
I'm sorry to see you're having trouble with Flickity. Could you provide a **reduced test case**? See [Submitting Issues in the contributing guidelines](https://github.com/metafizzy/flickity/blob/master/.github/contributing.md#submitting-issues).
See [flickity-hash](https://flickity.metafizzy.co/options.html#hash) for using hash links for specific cells. As for opening in fullscreen Flickity, you'll have to do that with JS, like you posted.