-
AuthorPosts
-
October 10, 2016 at 6:57 pm #697505
Dear all, I used in my pages the full screen slider both with image and movie but in both cases it is not responsive.
is there a way to fix this problem?Thank you
October 10, 2016 at 9:09 pm #697548Hey amepro!
http://www.cristinafisicaro.com/
is not loading for me, can u please check it?Thanks a lot
Cheers!
BasilisOctober 11, 2016 at 3:14 am #697593sorry
October 11, 2016 at 3:14 am #697594problem is visible on the iPhone
October 11, 2016 at 4:05 am #697600furthermore there is no possibility to have no left border for the sidebar…
is there a way to do not show it?Thanks
October 12, 2016 at 5:16 am #698148Hey!
Thank you for the info. The images in the full screen slider are set as background and the background-size property is set to “cover” (http://www.w3schools.com/cssref/css3_pr_background-size.asp) which means that it will force the image to cover the whole container but parts of the images will have to overflow outside in order keep its aspect ratio. We can set the size to 100% but it will distort the image. Please adjust the position of the background image until the focal point is visible.
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .avia-slideshow>ul>li { background-position: 20% 50% !important; } }
Best regards,
IsmaelOctober 14, 2016 at 4:10 am #698952I did but nothing changes !!!
October 14, 2016 at 4:12 am #698953furthermore it changes the button “more” color from light pink in gold….
October 14, 2016 at 4:22 am #698954This seems the solution:
@media only screen and (max-width: 767px) {
.avia-fullscreen-slider .avia-slideshow>ul>li {
background-repeat:no-repeat;
background-size:100% auto;
}
}
but other problems occur, the white arrow indicating next section is too far from the image and the shadow box with caption in some cases is out of the image…..- This reply was modified 8 years, 1 month ago by amepro.
October 16, 2016 at 6:10 pm #699659The problem continues….
Herewith I send new access infoOctober 18, 2016 at 8:59 pm #700868Hi,
to me it looks totally fine (see private content). So seems you could fix it?
Try this for mobile:
@media only screen and (max-width: 767px) { #fullscreen_slider_0 { height: 286px; }}
and adjust as needed.
Best regards,
AndyOctober 19, 2016 at 1:43 pm #701280slightly better than before but the caption is always out of the picture…
as you can see from the picture Image
while the Arrow now is in the right positionOctober 21, 2016 at 12:36 pm #702334Hi,
caption for black&white photo looks good to me now on mobile: http://i.imgur.com/LFpi1Ib.png
Could you fix it?
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.