try fixing size of image browse

This commit is contained in:
Kyle Drake 2013-07-15 00:09:36 -04:00
parent 279ffa4df1
commit 3527dad32a

View file

@ -43,7 +43,7 @@
<% @sites.each do |site| %> <% @sites.each do |site| %>
<li> <li>
<a href="http://<%= site.username %>.neocities.org" target="_blank"> <a href="http://<%= site.username %>.neocities.org" target="_blank">
<img src="http://neocities.org/site_screenshots/<%= site.username %>.jpg" /> <img src="http://neocities.org/site_screenshots/<%= site.username %>.jpg" width="208" height="125" />
</a> </a>
</li> </li>
<% end %> <% end %>