Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadded feature to use different image format based on condition #978
Conversation
…l to use webp on modern browsers and other format on old browsers)
added feature to use different image format based on condition (useful to use webp on modern browsers and other format on old browsers)
For example we can specify format "coalesce-webp:jpg" to build webp image for browsers that supports webp and automatically fall-back to jpg if the broser doesn't support webp format.