Sorcerer is a react component that builds a srcset for your img tags.
Source sets make sure that the browser never downloads an image that is too small or too large. They increase site performance, and save your users bandwidth. They are like the Goldilocks of image optimization.
You will see that when your window was small, the browser only downloaded a small image file. As your window became bigger, the browser downloaded the corresponding larger files.