PGijsbers / pgijsbers.github.io

My webpage
https://pgijsbers.github.io/
Other
0 stars 1 forks source link

Make `about` page aware of portrait dimensions #16

Closed PGijsbers closed 1 year ago

PGijsbers commented 1 year ago

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:

image image image

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.

PGijsbers commented 1 year ago

Fixed by providing the aspect-ratio in d64e7e4