Viewing 3 reply threads
You must be logged in to reply to this topic.
hello,
My featured images on portfolio items are sometimes cut from the upper part. How do I make the images fit the portfolio item size (the cutting is visible on portfolio page)
Regards,
Max
hello,
How do I apply this to featured images on portfolio pages.
Could you please create an exemple on my site that I can follow myself
Regards,
Max
Hello,
In you case you need to edit this line: add_image_size( 'port4', 600, 600, true );
Change the dimensions (width/height) to your wish and save.(Example: add_image_size( 'port4', 500, 250, true );
-> width; 500px, height: 250px;) Upload images again after the changes or run a plugin to recreate thumbnails.
Best regards!
You must be logged in to reply to this topic.