Hello!
How can I resize the featured image? Right now, it looks different in every blogentry.
Thanks in advance
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
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 :(
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
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 :)