mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
try fixing size of image browse
This commit is contained in:
parent
279ffa4df1
commit
3527dad32a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
<% @sites.each do |site| %>
|
||||
<li>
|
||||
<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>
|
||||
</li>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue