• I’m having trouble getting an image size that won’t stretch in Twenty Fourteen. Can anyone help me figure out if there’s a way to tell Twenty Fourteen to scale without distorting the image in the main column on Posts & Pages? Should I be automatically sizing these photos to be a certain width before uploading them or is there an option I’m missing to tell the theme how to treat the images?

    Here’s an example page showing posters for my band’s shows that should show the issue I’m having: https://www.industrialrevelation.com/shows/

    Thanks for your help!

Viewing 1 replies (of 1 total)
  • In other words when you insert the photo using the media library, it distorts the image by means of stretching?

    Here’s what you can do:
    in your style.css of your child theme, or the parent, add this selector:

    img.alignnone.size-full.wp-image-378 {
    max-height:none;
    }

    Did that work for you?
    Please advise,
    David

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Fourteen Images Stretching in Posts and Pages’ is closed to new replies.