In my app I allow users to upload their images. Upon uploading it goes into public folder, and in database there is only a direct link for future requests.
When displaying these images on the page I encounter a problem. Image
component wants to know height and width of each image. And so I want to know it too.
What are the available options for the workflow in this situation? Both processing while uploading and while requesting will work for me.
layout="fill"
rather than providing dimensions? – LeavingsImage
to do more harm than good. – Docker