Github user janisz commented on the issue:
https://github.com/apache/mesos/pull/243
The problem is because images have a different height (one have different
ratio). We can fix this by scaling them. Just adding
```css
max-height: 200px;
```
to book thumbnail should be enough.---
