question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Gen2: Container column breakpoint controlls

See original GitHub issue

An awesome enhancement to Gen2 would be to have the ability to set and adjust container columns per breakpoints: Small, Medium, Large.

Bootstrap 3 has col-xs col-sm col-md col-lg (and bootstrap 4 has a 5th, col-xl).

The default view could be Large, and all default container settings could be col-lg. Large screens - 4 column:

<div class="col-lg-3">
<div class="col-lg-3">
<div class="col-lg-3">
<div class="col-lg-3">

A selection mechanism (Small, Medium, Large) should turn the whole KEditor canvas to the max width of Small or Medium, simulating these breakpoints screen sizes. Extra small would not be required as these will just be full width. selection

Medium screen (3 column):

<div class="col-md-4 col-lg-3">
<div class="col-md-4 col-lg-3">
<div class="col-md-4 col-lg-3">
<div class="col-md-4 col-lg-3">

Small screen (2 column):

<div class="col-sm-6 col-md-4 col-lg-3">
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="col-sm-6 col-md-4 col-lg-3">

This would allow front end content authors better control of their content without the knowledge of bootstrap and Bootraps classes to manually adjust container column breakpoints - AND it has the added benefit and being able to visually see the screen size and how the content appears in that screen size mode.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
remcovogcommented, Jul 20, 2018

If I may add something. look at this fiddle: http://jsfiddle.net/onigetoc/ag4mgpbs/ With something like this you can make the user even more easy by dragging the column sizes, instead of using dropdowns or something. If canvas = medium, change class md-…

0reactions
ducdhmcommented, Jul 24, 2019

New option: newOption

New UI: newUI

Read more comments on GitHub >

github_iconTop Results From Across the Web

Column Container - Container Types - Inductive University
LESSON LIST · 3:57. Coordinate Container · 5:30. Column Container · 4:12. Tab Container · 4:50. Breakpoint Container · 6:06. Flex Container ......
Read more >
Grid breakpoint for 480px · Issue #10203 · twbs/bootstrap
Reason being it still seems reasonable to have a 2 column grid on 768px (240px - 384px per column), while 480px have a...
Read more >
Responsive Layout | Adobe Experience Manager
Hide components for specific device layouts. Realize column control. Depending on your project, the Layout Container might be used as the ...
Read more >
Meaning of numbers in “col-md-4”,“ col-xs-1”, “col-lg-2” in ...
The Grid system in Bootstrap uses ems and rems for defining most sizes whereas pxs are used for grid breakpoints and container widths....
Read more >
Xcode Column Breakpoints - Use Your Loaf
Double-click to edit the breakpoint, add conditions and actions. Control-clicking on the breakpoint shows the breakpoint menu. Xcode also shows ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found