Problem to Solve
We can insert images with .
But the images sometimes render in an unpredicted way. Bigger or smaller than expected. It seems to me, that they are resized to fit by width now. Creating very ugly enlarged small images or big ones with barely visible details.
Current Workaround
We can try to change the size of the source image but AFAIK we can't change the rendered size of the image on a page (e.g. make a mall icon at the center of the screen).
Proposed Solution
We should be able to set the desired size for the rendered image on a page in the source code. Sometimes the same image file can be inserted bigger or smaller.
Additional Information
As an option, I would consider adding a link to the image file to the rendered image itself. So we can see the original upon clicking on the rendered thumbnail. Later on, we can add some modal window on top of website content to show the original image file (just not to go away from the page).
Problem to Solve
We can insert images with
.But the images sometimes render in an unpredicted way. Bigger or smaller than expected. It seems to me, that they are resized to fit by width now. Creating very ugly enlarged small images or big ones with barely visible details.
Current Workaround
We can try to change the size of the source image but AFAIK we can't change the rendered size of the image on a page (e.g. make a mall icon at the center of the screen).
Proposed Solution
We should be able to set the desired size for the rendered image on a page in the source code. Sometimes the same image file can be inserted bigger or smaller.
Additional Information
As an option, I would consider adding a link to the image file to the rendered image itself. So we can see the original upon clicking on the rendered thumbnail. Later on, we can add some modal window on top of website content to show the original image file (just not to go away from the page).