Currently the about page is set up so that the text wraps around the picture. However, in the way this is done the space for the picture is not reserved until the picture has been loaded. This can change a visually perceptive shift:
Not sure if this can be done by simply setting some properties (I imagine the issue stems from the unknown height, so maybe an aspect ratio or similar will work), or if I have to fall back on container elements.
Currently the about page is set up so that the text wraps around the picture. However, in the way this is done the space for the picture is not reserved until the picture has been loaded. This can change a visually perceptive shift:
Not sure if this can be done by simply setting some properties (I imagine the issue stems from the unknown height, so maybe an aspect ratio or similar will work), or if I have to fall back on container elements.