Page 1 of 1
how i want my page scalable?
Posted: Sat Mar 08, 2025 3:11 pm
by manuel_songokuh
hi i find scalable code html:
<meta name="viewport" content="width=1920">
or
<meta name="viewport" content="width=device-width, initial-scale=1.0">
i don't find to configure proprieties of page for width=1920
example:
https://i.sstatic.net/GQDLB.jpg
i want this "zoomed out"
Re: how i want my page scalable?
Posted: Sat Mar 08, 2025 3:39 pm
by Pablo
If you use layout grid or breakpoints then the correct viewport code is already added. There is no need to specify this manually.
Re: how i want my page scalable?
Posted: Sat Mar 08, 2025 4:47 pm
by manuel_songokuh
Pablo wrote: Sat Mar 08, 2025 3:39 pm
If you use layout grid or breakpoints then the correct viewport code is already added. There is no need to specify this manually.
layot grid has x1 until max x12... this is not solution for me..
breakpoints will work? send me example please
Re: how i want my page scalable?
Posted: Sat Mar 08, 2025 6:00 pm
by Pablo
Layout grids are based on Bootstrap so they have 12 columns by design.
But you can also use nested grids. So, this makes it possible to have more columns or implement more advanced layouts.
There are some examples of this available in the template section.
Nested grids:
https://www.wysiwygwebbuilder.com/suppo ... ntine.html
Alternatively, you can use flex box or a flex grid to create different layout variations.
Both are flexible/scalable by design. Unless you use fixed value, which I do not recommend as previously discussed.
Flex grid:
https://www.wysiwygwebbuilder.com/suppo ... lreef.html
https://www.wysiwygwebbuilder.com/suppo ... riaan.html
Re: how i want my page scalable?
Posted: Sat Mar 08, 2025 7:37 pm
by crispy68
It's not clear to me what you are trying to accomplish and what issues you are having.
It would be helpful to supply a demo project showing what it is you are trying to do (layout, design, etc). There could be 1 or more ways to accomplish something but not knowing what it is supposed to look like it makes it difficult to help. As Pablo stated, there is no need to add the viewport meta tag as it is already added to the page.