Columnizer-jQuery-Plugin
Columnizer-jQuery-Plugin copied to clipboard
How to make Tables or Images to span columns, it overlaps the content when used with "dontsplit"
I have requirement where i am using Images and tables that span 2-3 columns. The Tables and images overlaps the content when we use dontsplit. Is there any way where content flows above and below that Image or tables which spans 2-3 columns, without data being overlaped.
There's no built in functionality for this inside of columnizer. My only thought would be to pull the table/images out of the content, and then using overflow: option to columnize the remaining content into sections. first columize a top section, then insert the table, then columnize the rest of the content into a target div below the table.