When we upload an image, image resolution is automatically included

But if this code is included in table column, image is not shown as in Result 1. This is because symbol use to separate image resolution from alt text is same as symbol to separate column.
Thus you need to include backslash symbol, \ to escape delimiter so that symbol to separate resolution won’t read as a new column.

With this, the image is shown as in Result 2 and you can resize the image from 100% to 75% or 50%.