-
AuthorPosts
-
October 6, 2019 at 6:20 pm #1145477
Hi,
Ive added the fullscreen-slider to my site. Unfortunately, it is mit responsive in mobile portrait-mode. The right and left image borders are cut. When switching in landscape mode, everything works and is fine. Then, the pictures (landscape aspect ratio) are shown well.
Thanks a lot!
Kind regards, Thomas
October 7, 2019 at 6:22 am #1145627Hey Thomas,
Could you post a link to where we can see the problem you are having please?
Best regards,
RikardOctober 7, 2019 at 2:29 pm #1145784My site is still in coming-soon-mode. Please check the informations in private area.
Thanks a lot!
Best regards, Thomas
October 8, 2019 at 4:00 am #1145987Hi Thomas,
Thanks for that, I can’t see any problems on my end using Chrome though. Is this happening to the slider at the bottom which starts with an image with a doctor and a child? Do you have a screenshot of the results you are getting?
Best regards,
RikardOctober 8, 2019 at 7:34 pm #1146245I’ using safari (macOS and iOS). Here you can See three screenshots.
https://www.dropbox.com/sh/mahxbv61fcq8sbq/AACAQX9o8Qnt0QycXpkGgFXSa?dl=0
Yes, I mean the picture with the child and the doctor.The upper one is a fullscreen-slider and the lower one is a “normal” slider.
As you can See, in portrait mode the image is cut left and ride. Turning the phone into landscape –> the image is shown in fullscreen.
Best regards, Thomas
October 10, 2019 at 6:35 am #1146752Hi,
Thank you for the update.
As you can See, in portrait mode the image is cut left and ride.
The slider is supposed to show the images that way because it has to maintain the images’ aspect ratio. How would you like it look like? If you want to focus on the left part of the image, edit the slide and set the “Image Position” to “Center Left”.
Best regards,
IsmaelOctober 10, 2019 at 8:15 am #1146774Hi Ismael,
I’d like to have a fullscreen image (filled from edge to edge). So the image should be shown in its entirely width. It works very well in landscape mode. So I want to see an uncutted image also in portrait mode.
On my landing page there is also a fullscreen slider built in. Here it works fine.
Thanks.
Best regards, Thomas
October 11, 2019 at 7:54 am #1147047Hi,
I’d like to have a fullscreen image (filled from edge to edge).
That is possible but we have to distort the image or create space around the slider container. Are you OK with that? If not, you can replace the Fullscreen Slider with the Fullwidth Slider to have the images resize automatically on mobile view.
If you really want to continue using the Fullscreen Slider, this css code should adjust the size of the slider image, but it will create space around the container.
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .avia-slideshow > ul > li { background-size: contain !important; background-repeat: no-repeat; } }
This one might distort the image.
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .avia-slideshow > ul > li { background-size: 100% 100% !important; background-repeat: no-repeat; } }
Best regards,
IsmaelOctober 12, 2019 at 5:16 pm #1147431Hi Ismael,
thanks a lot for your reply.
So, Ive misunderstood the “fullscreen”-slider. Of course, I mean the fullwidth-slider. Now, I this slider it and everything is fine.
Thank you and have a nice day…
Best regards, Thomas
October 15, 2019 at 9:10 am #1147996 -
AuthorPosts
- The topic ‘Fullscreen-slider not responsive in mobile (portrait mode)’ is closed to new replies.