As a web architect, one of the many issues is asset management. And the most significant issue in assets is images. A naive approach would be to set an image and let the browser resize the image via CSS: img { height: 100%; width: 100%; o...
apisix.hashnode.dev5 min read
Great read Nicolas Fränkel. Didn't know about imgproxy and seems that they have a quite renowned client base as well. Do you have any opinion of how a CDN can be best configured for the dynamically resized images served by the imgproxy instances ? If you have had some past experiences here, would love to know.
Mats Nilsson
Good idea