I have a image with a resolution:
<iframe src="....?resolution=640x480" width="800" height="452" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
I change the width of the image, and the image doesn't change. If I specify a width of less than 640 in width="800"
, the image's size reduces, but more than 640 the image remains unchanged. Why?