A, problem,

Using CSS 3 column – width: auto | < length > attribute, arrange the content of the truncated appearance, appear dislocation of the phenomenon.

Second, the reason why

You need to set the height of the image container, otherwise it will collapse.

Third, solutions

Add height:100% to the containers to be sorted; overflow: auto; .

Copyright statement

All original articles in this blog are copyrighted by the authors. Reprint must include this statement, keep this article complete, and hyperlink the author and the original address of this article: blog.mazey.net/412.html