Change cover picture for app mode Posted in : BookCard falequertParticipant 23 May 2013 at 03:54 #6150 I want the cover image to be different when the web site switches to app mode. Is it possible ? Mehmet S.Keymaster 23 May 2013 at 14:37 #6168 app mode ??? falequertParticipant 23 May 2013 at 14:48 #6172 I mean the way you see the web site on mobile device. this is my web site : http://www.fabienlequertier.fr and when you see it in a mobile phone, the right cover is not displayed , and so it is really unaesthetic. Mehmet S.Keymaster 23 May 2013 at 15:19 #6176 All right then, here are the css codes to effect the site on mobile devices. /* ==================================================================================== */ /* TABLETS */ @media screen and (max-width: 978px) { /* Front Cover Image */ .rm-cover .cover { background-image: url( "image-url-here" ) !important; } /* Back Cover Image */ .rm-right .cover { background-image: url( "image-url-here" ) !important; } } /* ==================================================================================== */ /* TABLET PORTRAIT */ @media screen and (min-height: 800px) and (max-width: 960px) { /* Front Cover Image */ .rm-cover .cover { background-image: url( "image-url-here" ) !important; } /* Back Cover Image */ .rm-right .cover { background-image: url( "image-url-here" ) !important; } } /* ==================================================================================== */ /* PHONES */ @media screen and (max-width: 479px) { /* Front Cover Image */ .rm-cover .cover { background-image: url( "image-url-here" ) !important; } /* Back Cover Image */ .rm-right .cover { background-image: url( "image-url-here" ) !important; } } /* ==================================================================================== */ falequertParticipant 23 May 2013 at 16:36 #6189 I find how to do it ! thx a lot ! Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in and have valid license to reply to this topic. License required for the following item BookCard - 3D Folded vCard HTML Templateby pixelwars Login and Registration Log in · Register