Posting Images on Highline

  • Unknown's avatar

    We are including an image with each Post. Images are up to 810 pixels wide but are being squashed down to approximately 700 pixels, which distorts the image and ruins the sharpening. Is there a way to enlarge the image portion of the page to keep the images in their original size which will be 810 pixels at the most?

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    You can do a couple of tweaks to do this. I noticed, though, the latest image has a width of 851px, so I’ll base these instructions on that.

    In Appearance->Customize->CSS, add the following:

    .inner-wrap {
    	max-width: none;
    }

    Then under that, you’ll see an option for content width, type in 860 there and save.

    In the end, it’ll look like this: https://cloudup.com/cog2ObE3ZpC

    That’ll let your site expand larger as the window size increases (instead of stopping when the images would be ~700px).

    Please let me know if you have any questions or need anything else. Cheers!

  • The topic ‘Posting Images on Highline’ is closed to new replies.