Support » Theme: WP-Creativix » [Theme: WP-Creativix] Changing the size of the featured image in the slider without losing quality

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author IWEBIX

    (@iwebix)

    Hi,

    you will have to edit functions.php and replace the add_image_size – handler for the slideshow to your new image width and height.
    After that, you will need to use a Plugin like “regenerate Thumbnails” to get your thumbs regenerated looking good 🙂

    I tried to change to image size to 480×360 to match the ratio of normal digital images. But nothing is changed. Any clue? thanks.

    I have also tried to change it in style.php under #slide-wrapper:

    ul#slideshow li img {
    float: center;
    width: 850px;
    height: 210px;
    border: 1px solid #CCC;
    }

    But can’t get mine to not stretch out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: WP-Creativix] Changing the size of the featured image in the slider without losing quality’ is closed to new replies.