• Resolved kailynn

    (@kailynn)


    We are trying to upload logos for different businesses into the preview image section. Some of the logos are different sizes and dimensions depending on the business. Some show up fine but most are not fitting inside the preview box. When I try to adjust the cropping it either makes them very pixelly or stretches them out too much and you can’t see all of the logo. Is there something we can do so that all of the logos show up fine in the preview window without stretching it out or making it blurry?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Kailynn,

    Logos are a problem, as they all have different sizes. I’ve given up on that a few years ago and took a screenshot from the homepage. Advertiser happy I’m happy.

    https://superclassics.eu/directory/

    Regards and good luck

    As cropping is not working for you, you may try disabling the cropping option ‘Preview Image Cropping’ form Directory Settings >> Listing Settings >> General Listings.

    I have “Preview Image Cropping” turned off, but the preview image is still the 150×150 image. I need it to just show the normal image as it would anywhere else. because it is pulling the square version no matter what I do its cropping weird and customers think it didn’t upload correctly. Is there a hook you could send me to load the regular png link in the listing image preview please.

    Side note: I was able to make the logos look nice by modifying the css in my child theme with the following:

    .atbd_listing_image img
    {
    max-height: 120px;
    object-fit: contain;
    padding: 10px;
    }

    .atbd_listing_thumbnail_area img
    {
    max-height: 180px;
    object-fit: contain;
    padding: 10px;
    }

    .single_image img
    {
    max-height: 180px;
    object-fit: contain;
    padding: 10px;
    width:auto;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making Sure Logos Fit in the Preview Image Window’ is closed to new replies.