• This plugin doesn’t seem usable. The instructions say to install it and add some image sizes to your functions.php file. Yea, doesn’t work.

    if ( function_exists( 'fly_add_image_size' ) ) {
        fly_add_image_size( 'home_page_square', 500, 500, true );
        fly_add_image_size( 'home_page_square_2x', 1000, 1000, true );
        fly_add_image_size( 'cropped_top_left', 1000, 1000, array( 'left', 'top' ) );
    }

    You add this to your functions.php file. How does it know what resolutions to make the images at? There is no srcset or anything. How is anyone using this? They’re not really using it are they? Just be honest. Zero actual people are using this plugin. Right?

Viewing 1 replies (of 1 total)
  • cjhaas

    (@chrisvendiadvertisingcom)

    You use that function, along with fly_get_attachment_image_src and/or fly_get_attachment_image.

Viewing 1 replies (of 1 total)
  • The topic ‘How is anyone using this plugin?’ is closed to new replies.