Comments mkk_ started the conversationOctober 7, 2019 at 7:24pmHi there, i want to set height of featured image as 500px.This 500 height will be for all types of post. How to do this. {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}} 1,558Laborator repliedOctober 8, 2019 at 8:17amHi there,Add this CSS to have a fixed height of 500px of the featured images, while the width will be proportionally set: .post-image { height: 500px; text-align: center; } .featured-image img { height: 500px; width: auto; margin: 0 auto; position: relative; } Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hi there, i want to set height of featured image as 500px.
This 500 height will be for all types of post.
How to do this.
Hi there,
Add this CSS to have a fixed height of 500px of the featured images, while the width will be proportionally set:
Best regards,
Laborator Team