Travis J
Travis J

Reputation: 82267

What is the maximum supported height of an html image?

I have an image which gets stretched to 75069px and just noticed that somewhere about 65536px the image stops showing up. It is hard to tell because where it ends seems to have undefined behavior.

Is there a maximum to an <img> tag's height?

Upvotes: 2

Views: 76

Answers (1)

jtheman
jtheman

Reputation: 7491

JPEG format supports a maximum image size of 65535×65535.

Source: http://en.m.wikipedia.org/wiki/JPEG#section_13

Upvotes: 3

Related Questions