diff --git a/app/views/lugs/show.html.haml b/app/views/lugs/show.html.haml index 7260c6e4..7e592c67 100644 --- a/app/views/lugs/show.html.haml +++ b/app/views/lugs/show.html.haml @@ -6,7 +6,7 @@ = image_tag @lug.url+'/favicon.ico', alt: '', class: :favicon = title @lug.name -%iframe(src="#{@lug.url}" width='1000' height='300' frameborder='none' +%iframe(src="#{@lug.url}" width='1280' height='300' frameborder='none' allowTransparency='true') %dl