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 Nasarah nasarah Replied 4 weeks 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.