Toggle navigation
Sign In
Toggle navigation
Categories
Discussions
Activity
Best Of...
Discussion
Journal Style - Images the same width
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
Home
›
SmugMug Customization
Journal Style - Images the same width
ThreeGuysPhotography
Registered Users
Posts:
65
Big grins
October 8, 2013
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)?
-Wayne
three guys
|
portfolio
|
flickr
|
facebook
|
twitter
|
tumblr
0
Comments
Zafar Iqbal
Registered Users
Posts:
4
Beginner grinner
November 27, 2013
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.
0
amf digital media
Registered Users
Posts:
26
Big grins
November 27, 2013
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.
0
Allen
Registered Users
Posts:
10,013
Major grins
November 28, 2013
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
0
Sign In
or
Register
to comment.
Comments
I'd like to know how this could be archived as well.
Edit: I'm still on the old design.
.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.
My Website index | My Blog