Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #462944

    Hello!

    I’m having trouble figure out the best way to approach setting image dimensions. Currently, I’ve got the following image dimension settings in the Quick css:
    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>475);
    $avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>680);

    When I run a GTmetrix report of my website, I’m several errors related to image scaling:
    Several images say “(image name)is resized in HTML or CSS from 845×475 to 625×351”
    Several images say “(image name)is resized in HTML or CSS from 180×180 to 81×81”

    I sure it’s an easy error, but I’m unsure of the following two questions:
    1) Why are my images being resized down from 845×475 to 625x351when they are set at 845×475 in quick css?
    2) Where are these images even coming from that have dimensions of 180×180 OR 81×81? I don’t recall uploading any images this size.

    Point number 2 above may be related to a plugin that one of your support staff suggested, “simple image size”, however I’m not sure. Please advise what actions need to be taken.

    Thanks!

    -Richard

    #463198

    Hey Rshaules!

    Thank you for using Enfold.

    1.) The images are resized down from 845px to 625px because of the content container width. The contents cannot exceed or overflow outside the container so they are resized via css. You can resize the thumbnails using this plugin: https://wordpress.org/plugins/simple-image-sizes/

    2.) That is a theme generated thumbnails usually use for related posts and catalogue images. Note that, in a few cases, the theme has to use images twice the size of the actual container for retina displays.

    Best regards,
    Ismael

    #463458

    Thanks so much for your help. I’m sorry if this is an amateur question, but when I upload a photo (at 845 x 475 for instance), does Enfold then automatically generate several other sizes of that same photo?

    #463764

    Hi!

    Yes that’s correct, several other sizes of that same image are generated.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.