Thank You Leonid. And what about a custom 'default' image instead? Is this possible too?
great idea!!
You may upload your thumb via the Studio->Storage section, get the image URL and in my provided code replace addClass method to this one
.css("background-image", "url(" + imageUrl + ")");
Works like a charm, thank You!