You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I have several slider images with same size.
But images are cut according to its browser size.(that means slider component size is change)
Is that possible if i set vue-flux component fit for image size?
One option to force stretch images fit for vue-flux component size so that will not cut some part of images.
Hopefully that can be resolved quickly.
The text was updated successfully, but these errors were encountered:
Hello, unfortunately not... images should be bigger than the slider so they don't look pixealted in some effect.
Also is not a compatible behavior, because when transitioning from an image to another, they must occupy all the space to don't create unwanted glitches, and the moment they have differente sizes, then the image needs to be cropped to fullfill the view size and perform the transition.
Given that you can do two things:
Resize the slider to the image you are displaying after transition ends.
Make all the images the same size adding a background color to fill the empty space, so for example, in a portrait image you would need to shrink the image a bit and fill the sides with something to fill the landscape
Hello, and sorry for the late answer, I totally forgot that I had this unanswered.
There is no easy way to achieve this without releasing a feature, but I don't want to continue releasing features until I have everything migrated to vue 3.
But if you really need it, I can try to make the realease this weekend. What do you say?
Hello
I have several slider images with same size.
But images are cut according to its browser size.(that means slider component size is change)
Is that possible if i set vue-flux component fit for image size?
One option to force stretch images fit for vue-flux component size so that will not cut some part of images.
Hopefully that can be resolved quickly.
The text was updated successfully, but these errors were encountered: