![]() |
Image in front page and single page - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: General Discussion (/forumdisplay.php?fid=25) +--- Thread: Image in front page and single page (/showthread.php?tid=15711) |
Image in front page and single page - sajjan - 03-11-2019 04:11 AM My website https://ecoholidaysnepal.com has huge image size.The reason is that the single page has featured image of 1200*800 and same image size is displayed by compression using css on frame of 291*185 on front page.How can I upload one two image and display front page image a small one and single page image a big one.Is there any solution? RE: Image in front page and single page - chelvan - 03-12-2019 12:08 AM A better solution is using a service like Cloudinary that allows you to create different images at breakpoints. That way you're only delivering that file size and display for that breakpoint. https://cloudinary.com/documentation/image_delivery_options https://cloudinary.com/documentation/responsive_images Its more work to get the images right but offers better performance and user experience. |