skip to Main Content

Vertical alignment of an image in a Twitter Bootstrap cell (height is unknown)

I have a bootstrap grid and I am trying to center an image (200x100 per example provided) inside a cell. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8" /> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> </head> <body> <div class="container">…

VIEW QUESTION
Back To Top
Search