My previous question was answered: Two floating divs side by side, same height
My problem: someone gave an example here: http://jsfiddle.net/s7ufg/18/
How to remove excess space under the image?
Add vertical alignment: top to the img rule:
img { max-width: 100%; height: auto; width: auto; vertical-align:top; }
JsFiddle example
display:block; to image solve it
display:block;
img { display:block; max-width: 100%; height: auto; width: auto; }
Source: https://habr.com/ru/post/1435825/More articles:Voice Messaging API - High Accuracy for Specific Phrases - androidHow to compile libnoise on Mac OS X Mountain Lio - c ++Segfault after returning 0; - c ++replace id attribute in for loop - javascriptTrunk - element for viewing constantly triggers Mouseenter / Mouseleave - jqueryJava never ends a loop (sometimes) eclipse - javaTwo floating divs side by side, same height - htmlParameter BCEL Pass "this" - javabottle of request.json gets 405 in the mail - jsonis there any way to just execute each element? - pythonAll Articles