Journal Style - Images the same width

ThreeGuysPhotographyThreeGuysPhotography Registered Users Posts: 65 Big grins
edited November 28, 2013 in SmugMug Customization
Is there any way to make all the images in a gallery set to the Journal Style display with the same width (keeping each individual images aspect ration the same)?

Comments

  • Zafar IqbalZafar Iqbal Registered Users Posts: 4 Beginner grinner
    edited November 27, 2013
    *Bump*

    I'd like to know how this could be archived as well.

    Edit: I'm still on the old design.
  • amf digital mediaamf digital media Registered Users Posts: 26 Big grins
    edited November 27, 2013
    You should be able to obtain the CSS class of the image or its container, then apply the following styles to it:

    .sample-class img {
    width: 800px;
    height: auto;
    }

    If you want to provide a link to the area in question I can tell you specifically which class.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 28, 2013
    Did you try turning stretchy off and set a static width?
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.