Login form for smartphone different from standard web PC screen

Hello all,

I’m wondering if it’s possible to create a Login form that is able to show or not the background image when it’s used on a smart phone.
I got a login form whith a big image as background that is good on pc and web screen but not for smar phone screen . Maybe also portrait and landscape could be different…
When I try to use it on a smart phone it becomes ugly to see and not centered.

See image

smart.jpg

Actually I don’t know if you can do that in SC, but to me the image is lacking some class to resize on other devices… Not sure if you have access to the css, but that’s where I would start looking.

Hello,
do I need to use a specific theme ?

Hi Giovanni
You can check and if mobile redir on another login

if ( $_SESSION[‘scriptcase’][‘display_mobile’] = TRUE ) {…