Render Flow - Image sizing basics
[Read <img>] -> [Create IMG node] -> [Load image source] -> [Calculate intrinsic size] -> [Apply CSS width/height if any] -> [Layout image box] -> [Paint image pixels]
The browser reads the <img> tag, loads the image file, calculates its natural size, then applies any CSS width or height properties before placing it on the page.