Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #379518

    Hello!

    How can I resize the featured image? Right now, it looks different in every blogentry.

    Thanks in advance

    #379801

    Hi p_lo84!

    I viewed some of your blog posts but the images were the same size. If you want to change their sizes then open up /enfold/functions.php and you can find the image sizes starting on line 100.

    Cheers!
    Elliott

    #383584

    I still can’t manage to change the size. I want the original size of the featured image (even though I think the cropping is off sometimes) How do I set the original sizes back?
    I’ve tried regenerating thumbnails but it doesn’t work :(

    #384468

    Hi!

    You mean on your /blogg site, right? you can control with this code:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    width: 129px;
    height: 100px;
    }
    

    Best regards,
    Andy

    #384672

    I managed to solve it!

    I just copied the original functions.php and the regenerated the thumbnails using another plugin :)

    Thank you for your patience and help :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Featured image size’ is closed to new replies.