Using Bootstrap 3, I want to have square tiled menu that looks like Bootstrap\'s thumbnail (http://getbootstrap.com/components/#thumbnails). The code there to get tiled disp
If you want them to always stay square, you can use a dummy placeholder with 100% margin before the thumbnail, and then absolute position the thumbnail...