diff --git a/app/views/conferences/show.html.haml b/app/views/conferences/show.html.haml index e584ddf7..f6cd784f 100644 --- a/app/views/conferences/show.html.haml +++ b/app/views/conferences/show.html.haml @@ -93,6 +93,6 @@ cell_size: 100, x_colors: triangle_colors }); - $('#banner').css('background-color', "#{@conference.color}"); + $('#banner').css('background-image', "url('#{@conference.picture_url}')"); }); });