• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Help Mobile Friendly?

Satanic Nightjar

reach for the stars and don't settle for the moon
I'm currently working on some code for an IC reply, and I'd like to make it mobile friendly. Is there anything specifically that you have to do to make it work for phones and such?
 
Most things can be made mobile friendly with just some mindful coding, keeping things with percentages, using flexboxes, no absolute positioning of major divs. You can also use the maxWidth= and minWidth= argument for classes. This will only use the properties defined when the device screen is within the specified sizes. more info here: Tutorial - RpNation - BBCode+ Guide

so something like:
Code:
[class name=NAME]
blah blah blah
[/class]

[class name=NAME maxWidth=some length]
blah blah blah
[/class]
 

Users who are viewing this thread

Back
Top