Good morning,
I have an a series of floorplans that I need to load on the iPad. The floorplans are pretty large high-quality images. In order to control the look and feel of the application I need to restrict the width of the image to 1020px. I still however need to be able to zoom-in and have a very clear image. The images look great when zooming in on a browser at a desktop. However, it looks terrible when zooming in on the iPad.
This is the tag I am using to load the image:
img src="/files/floorplans/{!$floorplan.ID}/{!$FloorplanID}/{!$floorplan.FileName}" width="1020"
Do you have any suggestions?
Thanks very much!