themeum / qubely

Qubely Blocks – Full-fledged Gutenberg Toolkit
GNU General Public License v3.0
84 stars 36 forks source link

More (custom) Breakpoints? #12

Closed nicmare closed 4 years ago

nicmare commented 4 years ago

at the moment one can choose between three breakpoints in block settings. but i really need more. please provide a filter for breakpoint threshold and for more breakpoints. something like this:

$grid-breakpoints = array (
        "xs" => array("icon"=>"mobile",threshold=>0),
        "sm" => array("icon"=>"mobile2",threshold=>"360px"),
        "md" => array("icon"=>"tablet",threshold=>"576px"),
        "lg" => array("icon"=>"tablet2",threshold=>"768px"),
        "xl" => array("icon"=>"desktop",threshold=>"992px"),
        "xxl" => array("icon"=>"desktop2",threshold=>"1260px"),
);
anik commented 4 years ago

@nicmare when we started qubely from scratch, it has 6 breakpoint. But after starting we will realize that it should be more complex to the end user to edit. That's why we use only three break point. I am not sure is it our good decision or bad. What do you think from the end user position?

nicmare commented 4 years ago

sure. 3 breakpoints by default is good! but on some projects i need more. therefore filter on code level would be neat.

anik commented 4 years ago

Ok i will discuss this issue with our RND team again. Thanks