diff --git a/public/js/vroom.js b/public/js/vroom.js index 5ac30ac..948a8a3 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -9,6 +9,8 @@ Copyright 2014 Firewall Services $.notify.defaults( { globalPosition: "bottom left" } ); // Enable tooltip on required elements $('.help').tooltip({container: 'body'}); +// set the height of the thumbnails so they are always equals +$(".thumbnail").height(Math.max.apply(null, $(".thumbnail").map(function() { return $(this).height(); }))); // Strings we need translated var locale = {