I have a little book flipping site. I have it so I upload an image (the page), the size is about 1500x1948, but it is scaled down using css to fit on the ipad better (it becomes about 946x728). Then I have it so if you double click the image, it scales into its original size (1500x1948) and you can scroll around the page.
Is it better to use that one image and scale it using css or would it be better performance-wise to just make different image files with the different sizes that are needed?
Also, when you go into landscape mode, it changes its size to 475x366.
...I also heard its best to use large images as a background instead of an actual image, Should I do this? Would it really make a difference? Because I have about 30-50 images..
Thanks!