4b0efa9f

Author: Michael Lynch <git@mtlynch.io>

Committer: Michael Lynch <mtlynch@noreply.codeberg.org>

Use uint32 for media variant widths (#298)

Media variant widths flow into image resizing functions that already accept uint32 values. Store widths as uint32 and pass them through without extra casts.

Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/298