diff --git a/_layouts/bib.html b/_layouts/bib.html
index 718570a98d5c..7629cbd4e693 100644
--- a/_layouts/bib.html
+++ b/_layouts/bib.html
@@ -7,7 +7,11 @@
{% if entry.preview contains '://' -%}
{%- else -%}
-
+ {%- assign entry_path = entry.preview | prepend: '/assets/img/publication_preview/' -%}
+ {% include figure.html
+ path=entry_path
+ class="preview z-depth-1 rounded"
+ alt=entry.preview -%}
{%- endif -%}
{%- elsif entry.abbr -%}
{%- if site.data.venues[entry.abbr] -%}