Archived topic
Keeping proportions of images in WP Show Posts Pro
5 replies · Started by Alexander on February 10, 2022
Hi! I'm using WP Show Posts Pro with Overlay - Style 2 card preset and masonry. The vertical images are displayed as they are, but horizontal ones are cut to squares. Is it possible to keep the original proportions of all images?
Another question on the go: would you recommend any tool to filter post categories displayed with WP Show Posts on one page? Now Kadence plugin is used and I don't like it.
Hi Alex,
Your sites don't allow code inspections, I can't help with that function on as I can't see any code of your sites.
Can you turn the function off?
Ying, the code is available for inspection now
Hi there,
you can try adding this CSS:
.wpsp-overlay.wpsp-ov-style-two .wp-show-posts-image, .wpsp-overlay.wpsp-ov-style-two .wp-show-posts-image img {
min-height: unset !important;
}
Thank you, David! It works just fine.
Glad to hear that