.image-thumbnail { display: inline-block; vertical-align: top; width: 128px; height: 128px; margin: .5em; } .glyphicon.spinner { animation: glyphicon-spin-r 3s infinite linear; } @keyframes glyphicon-spin-r { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }