Okay
  Public Ticket #563969
Image resizing
Closed

Comments

  • Clarke started the conversation

    When uploading/placing an image from the media gallery it is not possible to resize the image on the front end.

    In the post editor the image shows as correct size but the front end does not pick up the information. I need to do this as all images are looking blurry on retina so need to upload 2x size images then shrink them to halfsize in post editor which usually works fine.

  •  1,089
    ThemeNectar replied

    Hey - try opening your style.css file and removing the width: auto property from this rule:

    .row .col img {
        margin-bottom: 15px;
        max-width: 100%;
        width: auto;
        height: auto;
    }