Currently the width and height are not fixed after recompressing the media, making it so that if the initial compression fails subsequent attempts at compression through the admin UI won't update the dimensions in the DB.
We need to update the dimensions on the :compress_original
event in lib/jarm_web/live/admin_live/media_list.ex.ex::handle_info
.