diff --git a/_layouts/bib.html b/_layouts/bib.html
index c62d55578a86..2f83cc6c5053 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] -%}