For example
In Iphone emulator 2436x1125 i need to specify a height of ~250px
In Android device 782x480 i need to specify a height of ~215px
Something weird in iphone emulator for example, with 1125px width, for the image to fully cover horizontally no way the carousel should have less than ~500px height while testing it needs ~250px height.
Did you try to change aspect of image?
Aspect.Fill etc
I hope, it will help you.
Point is that isn't CardsView issue.. this is something with image settings
Contact me pls after trying this way
Worked ty.
I placed this code in the Image inside the DataTemplate.
img.WidthRequest = DeviceDisplay.ScreenMetrics.Width;
img.Aspect = Aspect.AspectFill;
Super! =)
If you like this plugin, star please this project )
Most helpful comment
Worked ty.
I placed this code in the
Imageinside theDataTemplate.