Support » Themes and Templates » All images same seize

  • Anonymous User 11504641

    (@anonymized-11504641)


    Dear reader,

    When I insert a image in a post / page on my wordpress website, the page on my webiste will show it as a 389px x 389px image. Whether I use a 1px x 1 px or 999px x 999px image in my post, it will be shown as a 389px x 389px image. Whether I insert it as thumbnail, normal or lage image, it will be shown as a 389px x 389px image. If I change the max seize of images in my media settings, nothing happens. Even thumbnails (which use to be 150×150) are 389×389.
    I didn’t do anything, it just happend.

    Could somebody help me?
    Thanks in advance.

    Jasper

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which theme is this?

    Thread Starter Anonymous User 11504641

    (@anonymized-11504641)

    I’m sorry. It’s about the theme “responsive”.
    My website: http://xspartise.nl

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    There’s some CSS applying a width of 389px to images in your website;

    img {
    height: 290;
    width: 389px;
    }

    Are you using a Child Theme or Custom CSS option?

    Thread Starter Anonymous User 11504641

    (@anonymized-11504641)

    I had seen that one already, thank you. I tried to see what happed after I changed it to 20px in stead of 389, but nothing happend. I’m using a child theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you activated your Child Theme from within the dashboard? It hasn’t loaded.

    Thread Starter Anonymous User 11504641

    (@anonymized-11504641)

    A child theme, I think. I just installed the ‘responsive’ theme and changed some images. I didn’t change anything to the some CSS. It worked all good first, but since a couple of days I just saws these 389px images.

    Thread Starter Anonymous User 11504641

    (@anonymized-11504641)

    I’m not sure about chil theme or custom CSS.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘All images same seize’ is closed to new replies.