Hi
I have this hierarchy :
- ScrollRect (“full screen” : anchors strech 0,0,0,0) (and mask)
- Horizontal Layout Group with Content Size Fitter
- Image with Layout Element
I don’t find the correct value to have my images “full screen” and scrollview working. If I use “Preferred Width/Height” in Layout Element, scrollview works, Image are display too but when I resize the app, Image are cut.
Any idea ?
Best