-
AuthorPosts
-
inazone Friend
inazone
- Join date:
- October 2008
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 4
- Thanked:
- 4 times in 1 posts
November 23, 2013 at 12:20 pm #192488Hello,
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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 25, 2013 at 4:13 am #513339Hi,
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 Friendinazone
- Join date:
- October 2008
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 4
- Thanked:
- 4 times in 1 posts
November 25, 2013 at 5:04 pm #513460Hi,
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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 26, 2013 at 9:18 am #513543Hi,
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;
}
inazone Friendinazone
- Join date:
- October 2008
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 4
- Thanked:
- 4 times in 1 posts
November 27, 2013 at 5:49 pm #513744Hello,
It still doesn’t work…
however, thanks for your helps.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 28, 2013 at 12:53 am #513765Hi 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 Friendinazone
- Join date:
- October 2008
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 4
- Thanked:
- 4 times in 1 posts
November 30, 2013 at 11:11 am #513984Hello,
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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 2, 2013 at 10:06 am #514076Hi,
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.
inazone Friendinazone
- Join date:
- October 2008
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 4
- Thanked:
- 4 times in 1 posts
December 4, 2013 at 8:49 pm #514357Hello,
I do not understand…
Even in chrome or Firefox, it doesn’t work…However, Thanks so much for your helps
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 5, 2013 at 2:13 am #514375Hi 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 Friendinazone
- Join date:
- October 2008
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 4
- Thanked:
- 4 times in 1 posts
December 5, 2013 at 6:45 pm #514467Hello,
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
- phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 6, 2013 at 2:38 am #514499Hi,
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.
1 user says Thank You to phong nam for this useful post
AuthorPostsViewing 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
Jump to forum
Slideshow lite landscape an portrait
Viewing 13 posts - 1 through 13 (of 13 total)