|
|
The `srcset` attribute specifies the image variants dedicated for the various screen sizes for the web browser to choose from (360px, 720px, 1080px, 1440px, etc.), for instance the `image.jpg` file uploaded by the user will have the following markup:
|
|
The `srcset` attribute specifies the image variants dedicated for the various screen sizes for the web browser to choose from (360px, 720px, 1080px, 1440px, etc.), for instance the `image.jpg` file uploaded by the user will have the following markup:
|
|
|
srcset="https://cdn.cke-cs.com/images/image.jpg/w_360 360w,
|
|
srcset="https://cdn.cke-cs.com/images/image.jpg/w_360 360w,
|