Bootstrap for a print design (not printable)? -
i need build new website, replicate of old website. old website stays same (no layout/content movement) when browser window shrinks , grows. old website looks same on devices, looks lot smaller on smartphone.
i need build new website , have make behave old one. want use bootstrap framework new website. understand bootstrap great tool building mobile-friendly websites. not sure whether choice or there benefits of using bootstrap in situation.
if bootstrap (v3) choice project, use (or not use) in situation?
thanks , regards.
honestly, bootstrap specializes in helping create responsive websites, not sounds want. if insist on using it:
- remove
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
. - don't use grid elements use make responsive layouts.
Comments
Post a Comment