• davidesheeley

    (@davidesheeley)


    I would like to know the maximum width of the slider images using the wide layout. I’ve uploaded a 2500×800 photo, but the slider is only expanding to a 1400px width instead of the entire screen width.

Viewing 1 replies (of 1 total)
  • Check the functions.php file for this code and edit accordingly.

    add_image_size( ‘slider-narrow’, 1038, 460, true );
    add_image_size( ‘slider-wide’, 1400, 460, true );

Viewing 1 replies (of 1 total)
  • The topic ‘Slider / Featured Image Width : Wide Layout’ is closed to new replies.