DEV Community

Discussion on: Automatic Adaptive Images in Angular Applications

Collapse
 
stargator profile image
Stargator • Edited

However, this task gets more complicated if the images we want to carry out the process to gradually increases by interaction with the users or even if we have to make different adjustments to the sizes and qualities that we want to generate for each of the images.

This sentence is where you lost me, emphasis mine. It seems to be a run-on sentence.

I assume it's about handling different image sizes that change due to users interaction? Which, if so, I don't understand how the interaction of users changes the image.

Collapse
 
carlillo profile image
Carlos Caballero

Hello,

Thanks for your comment.

What there is trying to expose is that in our project we can have 100 initial images, but users can send their own images, which will cause a gradual increase in the number of images available in our application. In case you want to edit all these images manually we would be wasting a lot of time and we need an automatic procedure.

Collapse
 
stargator profile image
Stargator

Thank you, that helps