-
AuthorPosts
-
October 22, 2014 at 6:20 pm #339636
Hi I am using the Fullscreen slider to showcase a video on our home page, problem is that when I view it on a smart phone the video does not show, but instead the fallback image which is fine, the problem is the fallback image does not seem to be responsive. Is there an ideal size this fallback image should be? Thanks in advance for your time.
October 22, 2014 at 10:09 pm #339769Hey!
Can you post a screenshot of your view on mobile?
Best regards,
JosueOctober 23, 2014 at 12:30 am #339845This reply has been marked as private.October 23, 2014 at 6:27 pm #340285Hey!
Try adding this code to the Quick CSS:
.avia_mobile .avia-fullscreen-slider .avia-slideshow>ul>li{ background-size: contain !important; }
Cheers!
JosueOctober 23, 2014 at 8:31 pm #340336Thanks, but that caused the image to repeat, I added a no repeat the the css which fixed it but there is a large gap above and below the fallback image now, when you turn a mobile landscape on its side, there is a bunch of space to the left and the right on the header image, how can we get them fallback image not have any gaps.
October 24, 2014 at 11:18 pm #340824Can someone help please the fallback image looks bad on our homepage, we need to get either the correct dimensions show it shows correctly on mobile or CSS to fix the current image, thanks in advance.
October 27, 2014 at 12:34 am #341206Hey!
Thank you for the info.
You can swap or hide elements on desktop then show them on mobile screens vice versa. Please refer to this link: https://kriesi.at/support/topic/swap-easy-slider-image-for-mobile/#post-287609
Cheers!
IsmaelOctober 28, 2014 at 12:22 am #341876I understand the above message, but the fallback image does not look right on mobile devices, what dimensions should I be using for this image in order for it to look correct on mobile devices?
October 28, 2014 at 4:56 am #341979Hey!
Looks like adding a fall back image won’t help you in this case because the full screen slider will fetch the height of the actual screen. Please add another element (Image element, fullwidth slider etc) then use css media queries to show it on mobile and hide the slider. Please refer to the link above.
Cheers!
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.