• Katryn,

    i have had the fuetured Content Slider on my page. I use 960×500 px for the images.

    I would like to have all that smaller?
    Maybe 500x250px.

    If i change the imagesize its stays big only stretched on 960×500

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    The slider dimensions in Superhero are set to 1440 by 500 pixels in the functions.php file:

    add_image_size( 'slider-img', 1440, 500, true );

    In order to change that you’ll need to:
    set up a child theme
    – repeat the Superhero setup function in your child theme with the new sizes you’d like
    – run Regenerate Thumbnails to regenerate the new sizes, if you’ll be using images already uploaded to your media library
    – finally, you may need to make some CSS adjustments in your child theme to make sure the slideshow at your new size displays how you want it. For example, you may need to center it or make other tweaks.

    Let me know how it goes! This isn’t a simple change to make, but if you’re comfortable with a bit of code it can be done. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Resize Header Slider – make the Slider smaller’ is closed to new replies.