css - CSS3 column-count: 2 + height: 100% cut off images -
in process of displaying bunch of paragraph <p> elements quite few <div> mixed-in, shown nicely effect of opened book, set <html> to
html { width: 100%; height: 100%; }
and <body> to
body { column-count: 2; height: 100%; }
they work nicely except images cut off , display "next page", i.e., pictures split display in 2 columns.
i tried setting
img { display: inline-block; }
in attempt reinstate image's integrity, without luck. appreciated.
thanks
Comments
Post a Comment