H
H
Heorhii2017-11-12 18:19:54
css
Heorhii, 2017-11-12 18:19:54

Full height tiles. What's wrong?

I can't understand what's the matter... it is necessary that the group of pictures stretch to its full height, so that this gap does not shine at the bottom. Ulkit. Screenshot and code attached. Help joxi.ru/vAWna4oHkGjbd2

<div class="uk-child-width-1-2" uk-grid>
       <div>
           <img src="images/tfAZnVsLqtY.jpg" alt="">
       </div>
       <div class="uk-child-width-1-2" uk-grid>
           <div><img src="images/IMG_9953.JPG" alt=""></div>
           <div><img src="images/IMG_9958.JPG" alt=""></div>
           <div><img src="images/IMG_9987.JPG" alt=""></div>
           <div><img src="images/IMG_9990.JPG" alt=""></div>
       </div>
   </div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Ankhena, 2017-11-13
@deasmont

Just flex
https://jsfiddle.net/3940rLtw/
You have a lot of extra wrappers, you can do without them at all.
Since you decided to keep the CSS secret, adjust the sizes yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question