We have 5 additional images sizes defined inside WordPress.
add_image_size( 'fs-mobile', 960);
add_image_size( 'fs-tablet-portrait', 1534);
add_image_size( 'fs-tablet-landscape', 1958);
add_image_size( 'fs-laptop', 2398);
add_image_size( 'fs-desktop', 2880);
(We’re using these to create the best possible resolutions for a full screen banner dynamically)
Inside WordPress we get access to these by filtering ‘image_size_names_choose’.
However, inside Pro - we cannot access these variations:
Is there are a way to allow us to select these variations instead? Trying to keep this simple for the client and preserve high-resolution/fast loading images etc…
Thanks,
Matthew

