Page 1 of 1

JPEG Dimension Adjust

Posted: Sun Apr 07, 2013 7:39 pm
by Decker Onken

I'm sorry if this is a simple answer/fix but I can't figure it out:

I have a JPEG photo on a page in my app that I would like to fill the width of the screen then adjust the height to keep the aspect ratio. How would I go about doing this? I want it to be able to fit/fill any android screen size.

Thanks for your help!


JPEG Dimension Adjust

Posted: Mon Apr 08, 2013 5:31 am
by Maryna Brodina

Hello! In CSS for this photo you would need to addcodewidth: 100%/code - you'll get automatically adjusted photo.


JPEG Dimension Adjust

Posted: Mon Apr 08, 2013 4:10 pm
by Decker Onken

Thank you! I knew there was an easy way to do it, just couldn't figure it out! Thanks!