My website displays an image on the left with text on the right, but when the server is busy or the connection is slow, the page flickers. It initially shows the text on the left and then suddenly moves it to the right once the image loads.
This issue seems quite common, but I am looking for a solution to avoid this problem. Should I wrap the image in a div with fixed width and height, or are there more standard solutions to prevent this flickering effect?
Any advice or suggestions would be greatly appreciated!