Hi @pat_martinez
Thank you for reaching out about this. I’m Garret from the customer success team and I’m sorry to hear that you’re having a problem here. I’ll be happy to help!
We fixed a bug in the 5.16 release to show the correct size according to the set thumbnail size in the settings. You can make any necessary changes by following this guide here: https://businessdirectoryplugin.com/knowledge-base/appearance-tab/#Image_Settings_Sub_Tab
If you have any other questions or issues, please let me know!
Best,
Thanks! The settings weren’t ideal for what we wanted. Thus we wrote some CSS so we could maintain the 300x300px thumbnail images on the list view but we wanted to maintain the original image’s aspect ratio on an individual listing. To do so we added the following CSS.
.wpbdp-listing-single .main-image img {
width: 300px;
height: auto;
max-height: none;
}`
.single-wpbdp_listing .extra-images ul li img,
.wpbdp-listing-single .extra-images ul li img {
max-width: none;
width: 100%;
height: auto;
}
-
This reply was modified 4 years, 1 month ago by
Pat_Martinez.
Hey @pat_martinez
Thanks for the follow-up!
That looks great! Just to make sure you don’t lose these changes, here is an article about how to use custom CSS with Business Directory in a way that doesn’t get overwritten on an upgrade of Business Directory: https://businessdirectoryplugin.com/knowledge-base/how-to-use-custom-styles-with-bd/
If you ever have any questions or issues, feel free to reach out anytime!
We’re always happy to help!