• Resolved cwork

    (@cwork)


    Hi.

    I use 300×300 for images.I set 300×300 for WooCommerce catalog images too from display settings but there is a problem.Image quality is perfect for computer but I can’t say same thing for smartphones and tablets.I disabled all plugins but it’s not about plugins.
    Website

    Can you help me? Thanks in advance.

    • This topic was modified 7 years, 8 months ago by cwork.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator t-p

    (@t-p)

    mobile compatibility is theme-pendent.

    I recommend asking at https://www.ads-software.com/support/theme/ocin-lite so the theme’s developers and support community can help you with this.

    I see exactly the same images on my pc / phone / tablet at least.

    This means that you have a 300×300 image set but when the viewport is changed it actually gets bigger than that untill it reaches a phone viewport.

    For example a tablet with 700px will have to enlarge it to fit the width of the page and so on.

    That’s why you are ‘losing’ quality that never actually exists in the first place.

    Best regards,
    Konstantinos

    Thread Starter cwork

    (@cwork)

    @xkon What is the best common size for all devices? Is 500×500 enough?

    There is no ‘common’ for all unfortunately. If you want to avoid multiple sizes then you have to check your viewport breaking points ( that is where your page starts the change for each device ) and see what is the biggest image size generated. In your case it would be arround 700x700px, you can easily check it by resizing your browser’s width until you reach the tablet chaning point where your images go 100% width.

    The correct idea is to set up multiple sizes, that is why there is the ‘srcset’ attribute in images nowdays. This means the best size will be automatically rendered depending the view.

    You can read more about it HERE.

    To set it up correctly you will have to change the WooCommerce / WordPress / or even theme media settings accordingly to your likings depending what you want to achieve. That’s something you have to figure and configure out your own.

    Tip: your images already have srcsets so just play arround with Large / Medium / Thumbnail sizes and simply upload bigger pictures, WordPress will automatically regenerate smaller pixel version for the smaller viewports.

    Example: in my site I upload 1300px wide images but they are automatically get also to 800px + 300px width. So Desktops: 1300, Tablets: 800, Phones: 300.

    Again that depends on the design etc.

    Hopefully this helps you understand the reasoning behind automatic thumbnails and how things work correctly.

    Best regards,
    Konstantinos

    Thread Starter cwork

    (@cwork)

    @xkon Thank you very much.It really helped.Have a good day ??

    No problem, you too.

    Best regards,
    Konstantinos

    Thread Starter cwork

    (@cwork)

    @xkon Do you have any idea for that?

    Replied to you on that topic.

    Please mark this as resolved if your questions where answered to keep the forums nice and clean :).

    Best regards,
    Konstantinos

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Mobile Device Image Quality’ is closed to new replies.