Getting huge number of source tag using responsive image style I have create an themename.breakdown.xml file and create image style in the wide, narrow, mobile
as below:
Mobile x1 (560px) Mobile x2 (560px) Narrow x1 (850px) Narrow x2 (850px) Wide x1 (1024px) Wide x2 (1024px) **Code in themename.breakdown.xml**
theme_name.phone: label: Phone mediaQuery: '(max-width: 767px)' weight: 0 multipliers: - 1x - 2x theme_name.tablet: label: Tablet mediaQuery: '(min-width: 768px) and (max-width: 1624px)' weight: 1 multipliers: - 1x - 2x theme_name.desktop: label: Desktop mediaQuery: '(min-width: 1025px) and (max-width: 1250px)' weight: 2 multipliers: - 1x theme_name.lg-desktop: label: Lg-Desktop mediaQuery: '(min-width: 1241px)' weight: 3 multipliers: - 1x
Generated source tags