Closed micos7 closed 4 years ago
Hello, the size of the slider is calculated based in the parent when rendered, and is not recalculated if the windows is not resized. But you can call resize to force it to resize.
Let me know that works for you.
Regards!
Thanks for answering.Resize didn`t do anything in my situation so I used a v-if to only show the component if there are images.
Oh, I think I missunderstood your question but I'm glad to see that you already achieved what you wanted.
Regards!
I have a series of vertical divs in a loop with vue-flux in each. The problem is that the height is constant even if that particular div has no images. How would I set the height conditionally so height is 0 when there are no images? Thanks for your time.