Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • inazone Friend
    #192488

    Hello,

    I looked in the forum and i didn’t find any post about my “problem”.

    I do some slideshow in article in including slideshow lite module.
    There’s a problem because sometimes, i have to mix portrait and landscape pictures.
    http://artcier.com/index.php/j-pages/all-categories/lien-realisations-diverses/160-miroirs for example.

    Is it possible to get a slideshow whith portrait and landscape pictures ? Actually, the portrait pictures are cutting.

    I’m still sorry for my poor english 😉

    Thanks

    phong nam Friend
    #513339

    Hi,

    You can try to create a custom.css file at templates/ja_fixel/css/ path and put below css styles into:

    .ja-ss-item img {
    width: auto !important;
    }

    With this, the Slideshow module will display the original width of slide image.

    inazone Friend
    #513460

    Hi,

    I tried to creat a custom.css and also, it doesn’t work.
    I tried to modify the mod_laslideshowlite.css but it doesn’t work so…

    Thanks for your help.

    phong nam Friend
    #513543

    Hi,

    I have tested the given codes on our JA Fixel demo site and the JA Slideshow module displayed the original width of slide images.

    You can see my attached images below. In addition, you can try to add these codes into custom.css to make the slide images align to center:

    .ja-ss-item {
    text-align: center;
    }


    1. origional
    inazone Friend
    #513744

    Hello,

    It still doesn’t work…

    however, thanks for your helps.

    phong nam Friend
    #513765

    Hi inazone,

    Can you temporarily turn off the Auto play option of Slideshow module ? I wil check and suggest you better css styles to make this module display the original size of slide images.

    inazone Friend
    #513984

    Hello,

    I did it.
    I try many options in modify directly the mod_jaslideshowlite.css.
    Even if i modify the “width” in 50%, the result is the same. The images are still cutting when they are portrait size.

    Thanks for your helps

    phong nam Friend
    #514076

    Hi,

    Please, can you try to put below css styles into custom.css file one more time ?

    .ja-ss-item {
    text-align: center;
    }

    .ja-ss-items .ja-ss-item img {
    height: 100%;
    }

    Here how the slide image looks with portrait view on my end.


    1. portrait_view
    inazone Friend
    #514357

    Hello,

    I do not understand…
    Even in chrome or Firefox, it doesn’t work…

    However, Thanks so much for your helps

    phong nam Friend
    #514375

    Hi inazon,

    Can you help me again by taking a backup of site and send me PM with the admin login info ?
    I will try to help you adjust the portrait view of slideshow image. And illustrated screenshot of what exactly you want to achieve with regards to portrait view would be really appreciated.

    inazone Friend
    #514467

    Hello,

    I’m sorry…
    I pm you the admin and ftp information.
    My pictures have the same sizes in portrait or landscape (width and heigt inversed size).
    So i just expect that module will show the pictures no matter landscape or portrait, but in complete size.
    In fact, my pictures in portrait are all cut like this example :

    I hope your undertsand my problem.

    Many thanks


    1. bugs0189
    2. bugs0203
    3. cut-picture
    phong nam Friend
    #514499

    Hi,

    You can try again by opening /templates/ja_fixel/css/template.css file and replace lines:

    .view-article .item-page {
    margin: 10px;
    max-width: 740px;
    padding: 0 60px;
    }

    with


    .view-article .item-page {
    margin: 15px;
    padding: 0 60px;
    }

    .ja-ss-item {
    min-height: 1440px;
    }

    .ja-ss-item img {
    width: auto !important;
    }

    The slide images will display the complete size with portrait and landscape view. However, I need to notice you that there will be an empty space under the image having the smaller height, because your slide images do not have the same size.

    inazone Friend
    #514596

    Thanks you a lot for your help.

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

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

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