how i want my page scalable?

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
manuel_songokuh
 
 
Posts: 215
Joined: Tue May 30, 2017 8:47 pm

how i want my page scalable?

Post 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:
Image
https://i.sstatic.net/GQDLB.jpg
i want this "zoomed out"
User avatar
Pablo
 
Posts: 23223
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: how i want my page scalable?

Post 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.
manuel_songokuh
 
 
Posts: 215
Joined: Tue May 30, 2017 8:47 pm

Re: how i want my page scalable?

Post 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
User avatar
Pablo
 
Posts: 23223
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: how i want my page scalable?

Post 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
User avatar
crispy68
 
 
Posts: 2995
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: how i want my page scalable?

Post 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.
Post Reply