Maximum width Single Product Page Limited

Home Forums Jevelin Theme Maximum width Single Product Page Limited

Home Forums Jevelin Theme Maximum width Single Product Page Limited

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Nerina Mills
    Participant

    Hi there,

     

    I am struggling with the image sizes for my main product image. All my images are 615×615. This works well for the product image gallery but the main product image is still blurred.

     

    I have investigated this and found that this image is being limited to a max width of 300px. Is there a way to go around this so my images are not compressed and blurred?

     

    URL attached.

     

    Thanks!

    Hi @Nerina,

     

    I hope you are well today and thank you for your question.

     

    The product images should be at least of sizes 560px X 560px which don’t display on your site. On your site the images are of size 300px X 300px

     

    Please use larger images and regenerate thumbnails using following plugin.

     

    https://wordpress.org/plugins/force-regenerate-thumbnails/

     

    If you don’t want images to stretch then you can try adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-product.woocommerce div.product div.images img {
        width: auto;
    }

     

    Best regards,
    Shufflehound team

    Nerina Mills
    Participant

    Hi there 🙂

     

    All of my product images are 615×615, however, when added into WooCommerce, it changes to 300×300. Why does this happen?

     

    See screenshots attached.

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Have you regenerated thumbnails using following plugin?

     

    https://wordpress.org/plugins/force-regenerate-thumbnails/

     

    If you still face the issue then would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?

    Nerina Mills
    Participant

    Hi there,

     

    I have regenerated the thumbnails using the plugin. However, the images are still showing up blurry.

     

    I have given you access details below.

     

    Thanks again for all the help!

    I could confirm the issue on your shared site.

     

    Please update the theme on your site to the below latest version.

     


    Please login to access this file

     

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

     

    Also please make sure you are not changing the image sizes as described in the following page.

     

    https://docs.woocommerce.com/document/image-sizes-theme-developers/

Viewing 6 posts - 1 through 6 (of 6 total)