Entry tags:
Question thread #122
It's time for another question thread!
The rules:
- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
The rules:
- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
Re: Make a theme mobile friendly?
<meta name="viewport" content="width=device-width, initial-scale=1">
...and it should go in the
<head>
tag, but apparently user layers aren't allowed to add meta tags in the advanced layout customization. Which is why someone's writing a patch for it in the DW codebase like right now, I think, ahahaRe: Make a theme mobile friendly?
Re: Make a theme mobile friendly?
Re: Make a theme mobile friendly?