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
I was going to open a new issue but this is somewhat related...
I have a ScreenshotCarousel carousel view that has a ScreenshotCarouselItem that contains an Image. Any attempt to make the image not fill the entire page results in a mess. I've tried setting the Image to display as a thumbnail with a fixed size, I've wrapped the Image in a Contain set to the right size... No joy.
How can I make the carousel display at a sane size? The images I'm loading are only 500px wide yet it's blowing them up to fill the entire content area.
Ah ha! Brain fart! I put a Contain on the parent view, dropped the ScreenshotCarousel into it, set the ScreenshotCarouselItem to just be a simple image, and it's doing what I want!
No description provided.
The text was updated successfully, but these errors were encountered: