I am struggling with a slider section, can’t find any solution to this. My reviews slider is fine on every breakpoints except mobile. I want this slider element to grow as the element grows or shirnk as the element shirnks. but its not happening.
How can I solve this issue?
The section is on Home page > Page wrap > Page main > Scroll_wrap > Scroll target > reveiws_wrapper > u_container > Reveiws_flex_wrapper > Slider
The slider is set to have 100% of its parent, so if the slider isn’t the problem, did you check the parent of it and above, because it is taking 100% of whichever element which is above it, of course check it when it is mobile.
You can set 100% to the maximum height of the slide and play with it, also you can try different values of fixed value heights in ‘px’ units to the height of the slider, if you don’t want to debug(Search for the parent or upper element which is giving the problem)