Hi,
I have a basic question on Responsive Feature provided with Core Image Component.
When the size of screen changes the soruce of image also changes accoridngly with respect to the width defined in template design for image component
Example:
<img class="cmp-image__image" itemprop="contentUrl" data-cmp-hook-image="image" alt="" src="/content/we-retail/language-masters/en/products/equipment/_jcr_content/root/responsivegrid/image.coreimg.82.300.png/1595274233631/wknd-logo-dk.png">
My Doubt is
a) was the servlet everytime fectching the original image component and applies the width Size thereby compressing and displaying it
or
b) Is the adaptive servlet picking up image from different rendition of the available image based on nearly matching width?

I know the ACS Commons Named Image Servlet picks up original image and applies different sizing/cropping etc on top of that at run time is the Adaptive Servlet works same way?
Please suggest