MatteoGabriele / vue-progressive-image

Vue progressive image loading plugin
https://matteo-gabriele.gitbook.io/vue-progressive-image/
MIT License
721 stars 43 forks source link

I do u get/generate the low resolution image of original image file #62

Closed kamit-transient closed 5 years ago

kamit-transient commented 5 years ago

Hey Guys,

I need a quick help to understand, how do you guys are generating low resolution image for your original image.

are you putting both version on your server or how does this works. I tried to google it but looks like I am missing something.

MatteoGabriele commented 5 years ago

I personally use Photoshop to downscale my image down till 3kb and then use the full resolution as the main image. I store it in the domain but I know there's also an Amazon service that does this on the fly for you. You should check, hope I'm not wrong and should be Amazon

Cheers