Quote:
Originally Posted by Nabodita
Just tested the width property. You were right, setting the width to 40% works, whether or not the max-width property is present. I'm checking whether this displays correctly across the other apps and devices. Thanks a bunch!
|
You're welcome. I usually use
width in percent to set the width in relation to the page, and then
max-width in px so that an image doesn't get blown up too far beyond its resolution; a trick I stole from the books of the wonderful GrannyGrump - look at her uploads to the MR library to find out all about image formatting.