hsmusic / hsmusic-wiki

The Homestuck Music Wiki — static wiki software cataloguing collaborative creation
MIT License
2 stars 6 forks source link

Height overwrites width on images with both dimensions #498

Closed towerofnix closed 1 month ago

towerofnix commented 1 month ago

In the definition for imgAttributes, under image:

slots.dimensions?.[0] &&
  {width: slots.dimensions[0]},

slots.dimensions?.[1] &&
  {width: slots.dimensions[1]},

The latter line should be height!

This may be tangentially related to #478.