Question
Questions about CFIMAGE
I'm planning to use CFIMAGE on a website and had a few questions about what would be the most efficient way to do this. I have a lot of images on some pages, so it's important to load them the most efficient & fastest way possible.
- I noticed that by default, the writeToBrowser function displays images as a .png image. Is there a reason for this? Does that mean it would be best for my original image to be a .png as well, or would it load just as quickly if I start off with a .jpg file?
- Is there a parameter in the writeToBrowser function to add an alt tag?
Thanks
