Trouble resizing slideshow to fit area

Support Area Forums Epic Trouble resizing slideshow to fit area

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.test.stjohnsstonyridge.net/
  • Author
    Posts
  • #17302
    Melanie Campbell
    Participant

    Hello again,

    I have read the postings on resizing the slider and while they were helpful, it seems I’ve gotten a little lost. What I’m going for is to have the slider fit the area to the left of the navigation buttons that run vertically down the right size. (Close the white space between the slider and the ‘Sunday Schedule’). I appreciate any help you can offer here.

    Thanks so much!
    Melanie

    #17304
    Bill Robbins
    Moderator

    Hello Melanie,

    We should be able to do that. Let’s try this:

    1. Go to the Appearance section in your WordPress control panel and select Edit.
    2. From the list of files on your right, choose images.php
    3. Find this line:
      
      add_image_size('primary', 608, 403, true);
      

      and change it to be like this:

      
      add_image_size('primary', 650, 508, true);
      
    4. Save your changes.

    That will change the image size for all future images you upload. If you’d like to change the ones that you’ve already uploaded, you’ll need to use the Regenerate Thumbnails plugin. Also make sure to upload images that are that size or slightly larger as WordPress will not scale the images up, but will only shrink them. You’ll get your best results by uploading images that are the same dimensions so everything stays consistent there.

    If you have any trouble, let me know.

    Thanks,
    Bill

    #17310
    Melanie Campbell
    Participant

    That worked, thank you!

    #17312
    Bill Robbins
    Moderator

    Fantastic. Have a great night and let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Trouble resizing slideshow to fit area’ is closed to new replies.