-
AuthorPosts
-
November 5, 2012 at 11:36 pm #181972
I noticed in the JA Lens template that the slideshow (using slideshow lite) when the browser is pulled supper wide the max width for the image is just over 1900 but that seems to be way wider than the template width since the menu and footer modules are narrower. Is there a way to restrict the slideshow width to be the template width (closer to 1200)?
http://50.87.5.74/~everlau9 (under construction)
Thank you in advance,
CoriSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 6, 2012 at 5:00 am #472012Hi spyderwoman,
Please open file: /templates/ja_lens/css/mod_jaslideshowlite.css at approx line 142
.ja-ss-item img {
background: none repeat scroll 0 0 #FFFFFF
width: 100%;
}
change to this:
.ja-ss-item img {
background: none repeat scroll 0 0 #FFFFFF
margin: 0 auto;
max-width: 1200px;
}Hope this helps
1 user says Thank You to Saguaros for this useful post
November 6, 2012 at 1:12 pm #472061Thank you, that is great, but can I align to center?
I tried
background-position:center;
with no successhttp://50.87.5.74/~everlau9 (under construction)
November 6, 2012 at 3:23 pm #472069I got it centered wtih
margin-left: auto;
margin-right: auto;
display: block;Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 7, 2012 at 2:22 am #472102That’s great 😀 and let us know if you need further helps.
1 user says Thank You to Saguaros for this useful post
November 7, 2012 at 4:15 pm #472184What is the default ratio of width to height for the slideshow photo. I am trying to figure out how I should edit the photo before loading them to keep them from being cropped at full size.
Thanks! -
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Saguaros 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum