Because the Iphone and Ipad have extremely different viewing areas I would create two images from the same image. One smaller image for the iphone and a larger image for the Ipad. The javascript would just have to load the correct image, which will be embedded into the HTML code and aligned with CSS. There could be a couple images on the same page.
I would need to purchase the javascript and the programmer would have to explain how to install it correctly. I will pay 50 US dollars - that number could be negotiable if it's not fair - I simply do not know how long it would take an experienced javascript programmer to write this code up. I could pay with Paypal. Also negotiable if programmer requires other means of payment.
Send me a message, or post, if interested. If you have questions about this project please ask me.
I will include the following code example to attempt to show what I need done. Thanks!
- Code: Select all
// Iphone device - normal sized image
<p>The apple is the pomaceous fruit of the apple tree. It is one of the most widely cultivated tree fruits. <img src="apples.png" alt="apples" /></p>
// Ipad device - large sized image
<p>The apple is the pomaceous fruit of the apple tree. It is one of the most widely cultivated tree fruits. <img src="big_apples.png" alt="apples" /></p>
// Note: how only the images are different. I don't want to have two of each page. I would rather have one HTML page with a Javascript image code that determines the device and loads the correct image.
See this link for additional reference:
viewtopic.php?f=6&t=2263
