David-Desmaisons / Vue.Isotope

:iphone: Vue component for isotope filter & sort magical layouts
MIT License
345 stars 48 forks source link

Overlapping image #36

Closed HugoRomat closed 7 years ago

HugoRomat commented 7 years ago

<isotope :options='{}' :list="galleryImage" id="root_isotopeCaption"> <plantCaption v-for="plantCaption in galleryImage" v-bind:plantCaption="plantCaption" :key="plantCaption.guid"> </plantCaption> </isotope>

And my template : <img v-bind:src="plantCaption.imageURL">

And all my images overlapp themselves.

People seems to have the same issues here : https://stackoverflow.com/questions/13959579/isotope-folded-elements-overlap

Could you tell me how to fix it ?

Cheers

David-Desmaisons commented 7 years ago

Use Vue.ImagesLoaded