c# - properly sizing an iframe that holds images of unknown dimensions -
I have a C # web browser that has an HTML page that has several iframes. Every IFrame often has an arbitrary HTML file with images. The IIG tag often has no width or height (i.e., it is often just & lt; img src = "someimage.jpg" & gt; ).
How do I read about size iframes based on my shape, and it has got to work using jquery The following jquery snippet is present in the html of iframe:
A reliable way of ensuring that the server asks for the image size before downloading it I have used it on the net, it is quite easy.
Comments
Post a Comment