Moe

Results 29 comments of Moe

having the same problem, i guess it has to do with flickity firing up before images are fully loaded EDIT: Check this closed issue: https://github.com/drewjbartlett/vue-flickity/issues/8#issuecomment-403712706

@sharjeel619 yeah it did - i implemented it like mentioned in the comment: ```html ``` ```javascript methods: { imgsLoaded () { let flickityInstance = this.$refs.flickity flickityInstance.reloadCells() }, show () {...

would love to use it @yellow1912

this would be still awesome!

Yea in order to make my SVGs responsive i omit the dimensions in favor of the `viewBox` and have the same issue.

For anyone still having issues with this; i have found out that i had installed python, python2 and python3. After uninstalling python2 `sudo apt-get purge python2.7-minimal` the problem disappeared. Please...

How do i solve this issue? I just ran into this bug while creating some posts in the backend. Now instead of my stylesheet i get a `href="FILE-NOT-REVISIONED"`

Alright i understand. so in dev mode you always have to navigate through `localhost:3000`. Could be interesting for "local by flywheel"-users, since the tool generates a link.

This is awesome news! Good job guys - Did you also take a look at Laravel mix? Going to try it out

What do you guys think about [Laravel Mix](https://laravel-mix.com/) ? I have already used it with other custom themes and found it very easy to setup and extend to my needs.