Unless the size value is not explicitly added the srcset setting, it is not included in the generated srcset, meaning that it can't be selected as a viable image--which is kind of the whole point.
While the easy workaround is to just add the value to both settings, cloudinary should be smart enough to automatically add the size value into the srcset array when calculating values.
Unless the size value is not explicitly added the
srcsetsetting, it is not included in the generated srcset, meaning that it can't be selected as a viable image--which is kind of the whole point.While the easy workaround is to just add the value to both settings, cloudinary should be smart enough to automatically add the
sizevalue into thesrcsetarray when calculating values.