Tagged Questions
0
votes
3answers
118 views
Saving multiple copies of a single image at different sizes
I'm building a file storage programme that will also display images in photo galleries to users who upload them. I was wondering if anybody could help me out.
My plan was if an image was wider than ...
0
votes
0answers
102 views
Benefit of using Data URI to embed images within HTML document and its cross-browser compatibility
I want to embed an image using Data URI within HTML document so that we don't need image as a separate attachment, we get just one HTML file that contains the actual image. What are its advantages and ...