• Resolved wpquestions2018

    (@wpquestions2018)


    Hi Greg,

    I have a problem, before the last upgrade/update images were clear and retained normal / original size, now once you upload they are enlarged to fit the image box and making them unclear unless you click on them, how can the images retain their original size as uploaded, they are better and clear thatway

    Any enlarged image is unclear and so the item being sold is not shown as it it

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, you can change this behavior by going to wp-admin / Appearance / Customize / Additional CSS panel and adding there the code below

    
    .wpadverts-slide .wpadverts-slide-img.wpadverts-slide-img-square, .wpadverts-slide .wpadverts-slide-img.wpadverts-slide-img-landscape {
        object-fit: contain !important;
    }
    

    it should change how images fit inside the gallery.

    Thread Starter wpquestions2018

    (@wpquestions2018)

    Hi Greg,

    The image is still not full, the upper side of all images on all adverts are cut off, and when you click on the image it takes over 20 seconds to load or more upto 3 minutes

    Check the ad image not full, check upper side
    https://sellacar.co.ke/advert/mazda-demio-2/

    Plugin Author Greg Winiarski

    (@gwin)

    The images in the Gallery are resized and cropped to make them fit best in the Gallery box. If you do not want the image to be cropped (in this case top and bottom removed) go to wp-admin / Classifieds / Options / Core / Gallery and disable cropping checkbox for Adverts Gallery.

    Additionally, you will need to regenerate the gallery images in order to apply not-cropped image sizes to existing images. You can regenerate the images using Regenerate Thumbnails plugin https://wpadverts.com/documentation/custom-image-sizes/

    The amount of time it takes to load full-sized photo depends mainly on your server and your internet speed. The photos uploaded to the mazda-demio-2 page have around 4.5MB each so with a slow internet connection it can take some time to open them.

    Thread Starter wpquestions2018

    (@wpquestions2018)

    In the earlier version the images appeared in their original size and not cropped or expanded, can we have have that please or a code to do that

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image not clear / enlarged’ is closed to new replies.