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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -