WordPress added support for srcset
back in 2016! Yet, it’s still disabled on Pro with no native support.
This has been brought up many times before, but it’s still a glaring hole in the Pro theme.
I know we turn it on with add_filter( 'cs_enable_srcset', '__return_true' );
but that messes with images in Theme X Pro, so it needs native support instead of hacking the functions.php file.
It’s very important for SEO and optimzing page speeds. Please please please add it to your road map ASAP.