Comments Federico started the conversationOctober 19, 2015 at 9:13pmThe background images are clipping on mobile devices.Please check the portfolio (3D Typography).http://mindthemix.com/?portfolio=3d-typographyAs a reference a video showing when resizing on a desktop browserhttp://www.mindthemix.com/download/background_image_clipping_salient.movIs this an issue with the image size? What's the best work around?Thanks in advance, 8,990Tahir repliedOctober 21, 2015 at 12:27amHey ,Please turn off parallax option due to the Chrome Browser Bug. Let us know. Thanks ThemeNectar Support Team Federico repliedOctober 21, 2015 at 8:41pmThanks. Tried but the image has enlarged. I\'m on Safarijeroen repliedOctober 21, 2015 at 9:26pmHi,Looks like this is causing the problem: background-attachment: scroll!important;@media only screen and (max-width: 1000px) and (min-width: 1px).wpb_row .row-bg, .full-width-section .row-bg { margin-top: 0!important; height: 100%!important; transform: none!important; -webkit-transform: none!important; background-attachment: scroll!important;}When I disable \" background-attachment: scroll!important;\" it works fine:@media only screen and (max-width: 1000px) and (min-width: 1px).wpb_row .row-bg, .full-width-section .row-bg { margin-top: 0!important; height: 100%!important; transform: none!important; -webkit-transform: none!important; /* background-attachment: scroll!important; */}Federico repliedOctober 23, 2015 at 12:50amThanks for the feedback.I tried that but no fix on ipad or iphone. Safari resize the images with the fix but that\'s it.Any additional help will be greatly appreciated.jeroen repliedOctober 23, 2015 at 1:53pmHi,That media query doesn\'t target all resolutions/devices. That line should be removed from the other media queries as well. However, the support team should have a look at this. There\'s a reason why that line was added anyway.Federico repliedOctober 23, 2015 at 5:37pmThat\'s the issue with this fix. I already open a private ticket with the support team. Thanks anyway!Federico repliedOctober 26, 2015 at 7:04pmYou can close this ticket; I just resolved it with the support team.Thanks so much for all your help guys! 1,089ThemeNectar repliedNovember 4, 2015 at 8:17pmHey - glad to hear :) Sign in to reply ...
The background images are clipping on mobile devices.
Please check the portfolio (3D Typography).
http://mindthemix.com/?portfolio=3d-typography
As a reference a video showing when resizing on a desktop browser
http://www.mindthemix.com/download/background_image_clipping_salient.movIs this an issue with the image size? What's the best work around?
Thanks in advance,
Hey ,
Please turn off parallax option due to the Chrome Browser Bug. Let us know.
Thanks
ThemeNectar Support Team
Thanks. Tried but the image has enlarged. I\'m on Safari
Hi,
Looks like this is causing the problem:
background-attachment: scroll!important;
@media only screen and (max-width: 1000px) and (min-width: 1px)
.wpb_row .row-bg, .full-width-section .row-bg {
margin-top: 0!important;
height: 100%!important;
transform: none!important;
-webkit-transform: none!important;
background-attachment: scroll!important;
}
When I disable \" background-attachment: scroll!important;\" it works fine:
@media only screen and (max-width: 1000px) and (min-width: 1px)
.wpb_row .row-bg, .full-width-section .row-bg {
margin-top: 0!important;
height: 100%!important;
transform: none!important;
-webkit-transform: none!important;
/* background-attachment: scroll!important; */
}
Thanks for the feedback.
I tried that but no fix on ipad or iphone. Safari resize the images with the fix but that\'s it.
Any additional help will be greatly appreciated.
Hi,
That media query doesn\'t target all resolutions/devices. That line should be removed from the other media queries as well. However, the support team should have a look at this. There\'s a reason why that line was added anyway.
That\'s the issue with this fix. I already open a private ticket with the support team. Thanks anyway!
You can close this ticket; I just resolved it with the support team.
Thanks so much for all your help guys!
Hey - glad to hear :)