Video gallery thumbnails, inline


/ Published in: CSS
Save to your folder(s)

You have to make the container that holds the thumbnail and information float left, inline nor inline-block works.


Copy this code and paste it in your HTML
  1. div.container {
  2. float: left;
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.