How to create a breakpoint based on a different breakpoint than the default ?
By default, I have a desktop version and I make each breakpoint from 320 to 780 px. And every time I have to create flexgrid in a new way because the page is created based on default. So I need to create new breakpoint based on 320 px.
New breakpoints
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
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
- Benefactor
-
- Posts: 45
- Joined: Sun Jul 19, 2020 8:50 pm
- Contact:
- BaconFries
-
- Posts: 5914
- Joined: Thu Aug 16, 2007 7:32 pm
Re: New breakpoints
Are you saying that 320 is your default? Note the default view should always be the largest view first then go down. So you should really start with for example your Desktop->Tablets->Cell /Mobile
See the FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=63817
See the FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=63817
- Benefactor
-
- Posts: 45
- Joined: Sun Jul 19, 2020 8:50 pm
- Contact:
Re: New breakpoints
I do exactly the same.
I mean that Flex Grid needs to rebuild its cells in each breakpoint. I start from 1920 and going down. In 1920 FlexGrid is different than in 320 px. So I need draw FlexGrid again in small breakpoints. Because when I create new breakpoint, it's based on 1920 px. It's so inconvenient.
I mean that Flex Grid needs to rebuild its cells in each breakpoint. I start from 1920 and going down. In 1920 FlexGrid is different than in 320 px. So I need draw FlexGrid again in small breakpoints. Because when I create new breakpoint, it's based on 1920 px. It's so inconvenient.
Re: New breakpoints
A breakpoint is always based on the default view. Because a breakpoint is basically a snapshot of the differences relative to the default view. So, only the differences compared to the default view are 'recorded'.
But in a flex grid you can use templates to quickly share layouts between breakpoints.
But in a flex grid you can use templates to quickly share layouts between breakpoints.
- Benefactor
-
- Posts: 45
- Joined: Sun Jul 19, 2020 8:50 pm
- Contact:
Re: New breakpoints
Please explain how to use those templates
Re: New breakpoints
1. In the default view, store the layout by clicking the 'Add' button
2. Then in the breakpoint select the newly added template from the list.

2. Then in the breakpoint select the newly added template from the list.

- Benefactor
-
- Posts: 45
- Joined: Sun Jul 19, 2020 8:50 pm
- Contact:
Re: New breakpoints
It's very usefull! Thanx!
- Benefactor
-
- Posts: 45
- Joined: Sun Jul 19, 2020 8:50 pm
- Contact:
Re: New breakpoints
does a large number of breakpoints slow down the page?
Re: New breakpoints
If you reuse most objects, then it will not have a huge impact on the page speed.