• I have posted regarding this problem before and installed plug ins as stated, but still having problems. If I select medium size for my images, they all stay the same size, but are too small and lose detail, the Medium large size is more suitable and people can see more detail in the images, but if I change all images on a page to the same medium large, they all come up different in size! What am I doing wrong?? The first image on the page is a size I’m looking for, the other two are too big!

    • This topic was modified 1 year, 5 months ago by cj21.

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

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

    I don’t know if it’s the best way to solve this problem. But without looking at the theme you are using. You could always solve this problem with some custom CSS.

    If you add the following lines it should work:

    .elementor-widget-image img {
        max-height: 350px;
        width: auto;
    }

    You can change the value of the max-height of course.

    I hope this helps

    Thread Starter cj21

    (@cj21)

    Thank you for your reply, unfortunately it won’t allow me to add custom CSS on my plan! And I’m using the Astra theme.

    I think Astra theme does not allow to change the dimensions of each image on the page separately. It will remain same for all of em. By the way this option is available in premium Astra theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with image size’ is closed to new replies.