Background image on login / register screen

David Stacey Posted in General Discussion 4 years ago

Is it possible to define a different background image on the login / register page for mobile devices?

Replies
us Laura Kuhlman Replied 1 month ago

I remember struggling with this exact issue on a project a few years back. We wanted a clean, professional look on desktop logins but something more visually engaging for mobile users. We ended up using CSS media queries to conditionally load different background images based on screen size. It involved some trial and error to get the breakpoints right, but it ultimately achieved the desired effect. It definitely made the mobile login experience feel much more tailored and less generic. For something to kill time while waiting, you might try Block Blast.

us Nasarah nasarah Replied 2 months ago

That's a great question! Tailoring the login/register experience for mobile is key. You could explore CSS media queries to target specific screen sizes. Think of it like optimizing your gameplay in Slope Game – you adjust your strategy based on the platform. Using different background images keeps the user interface clean and responsive.

Indonesian Arsalan Shah Replied 4 years ago

You can change using media queries (css) or measure the device width and use JS to replace images.