Let's delve into a specific scenario amidst the vast possibilities. Assume the following technical specifications:
- Browser: Chrome Latest (Desktop)
- Hardware: Windows Standard PC with default Intel Graphics card
- Ram: 8GB
- Processor: i7 @ 3.40 GHz
The burning question is: What are the maximum Width x Height dimensions that I can support?
An attempt to insert a large image sized at 27150
x 20950
into an <img>
tag results in Chrome crashing.
Hence, I seek clarity on the limits of width and height for images based on my system configurations.
Note: While exploring this matter, I stumbled upon an older forum post from 8 years ago.
Edit 1: It is worth noting that I successfully loaded a 160 Mb
, 4000
x 4000
px file without any issues. The problematic image mentioned earlier, sized at 27150
x 20950
, is significantly smaller at only 7 Mb. Compression is not viable in this case.