Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • spyderwoman Friend
    #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,
    Cori

    Saguaros Moderator
    #472012

    Hi 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

    spyderwoman Friend
    #472061

    Thank you, that is great, but can I align to center?
    I tried
    background-position:center;
    with no success

    http://50.87.5.74/~everlau9 (under construction)

    spyderwoman Friend
    #472069

    I got it centered wtih
    margin-left: auto;
    margin-right: auto;
    display: block;

    Saguaros Moderator
    #472102

    That’s great 😀 and let us know if you need further helps.

    spyderwoman Friend
    #472184

    What 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!

    Saguaros Moderator
    #472221

    Hi again,

    The original dimension of images in slideshow is: 1600 x 1100

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Saguaros 11 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum