Accessing media sizes

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

Hello Matthew,

Thanks for writing in!

The Add Media sizes were coming from the default WordPress image sizes. The Pro theme is using these WordPress defaults. Regretfully modifying these defaults is way beyond the scope of our support. You may need to contact other 3rd party developers to do the customizations for you.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.