layout - Should I let visitors to my site change the width of pages from fixed to a fluid? -
I am considering implementing a feature that gives visitors 800 px (for example) on my platform The width will change to 100%, and vice versa ... is this a good practice?
You should consider that there are very different screen sizes out there so if you have a website If the width changes to 100%, then it can change it for example by 1600px which will double your initial size. If floating elements are created on your site, then there may be a change in size, this can not be a problem. Here's a good overview of what it means to have a liquid layout:
Comments
Post a Comment