How to display an image using a URL of a known jpg, png ..etc. File ? I want an image , and I want it to be loaded from the internet from a particular website.
With that done, I would like to make that image of an appropriate size... Say I put the width as the same as screen_width (size)....What about the height ? I don't want to spoil the ratio of height/width of the original image...So is the height automatically set to account for the ratio ? or do I have to put in some value myself ...?
Plus, I want it to be zoomable.