Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

136
Views
How to keep the aspect ratio of an image when increasing the size using Compose

I'm loading an image from external sources. I'd like to increase the size of the image without it stretching. I've tried using different Content Scales and the Aspect Ratio modifier to achieve this, but nothing seems to work. This is my current implementation.

 Image(
       painter = rememberImagePainter(imageUrl),
       contentDescription = "",
       contentScale = ContentScale.FillBounds,
       modifier = Modifier
            .size(156.dp)
            .aspectRatio(1f)
            .clip(RoundedCornerShape(8.dp)))

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!