javascript - Keeping thumbnails aligned in Twitter Bootstrap using AngularJS? -
as can seen various questions on stackoverflow, twitter bootstrap doesn't align thumbnails.
how solve in python, similar php solution; using counter detect row ending create new div
go in.
what 'angular'-way of doing this? - i'm guessing hacking solution span
s isn't answer...
here plnkr partial test-case; in actual app columns on left aren't aligned either: http://plnkr.co/edit/u8fjvavifglu7vq4kale
your problem sizing of divs (span3) messing position of thumbnails. if have screen width, example, text "we welcome you" spills on next line causing thumbnail pushed down. can fixed altering sizing of spans if necessary or possibly other methods such playing around how you've laid html out. (possibly sticking "we welcome you" on next line). also, pilha mentioned in comments, need careful how use bootstrap span
classes.
Comments
Post a Comment