mirror of
https://github.com/neocities/neocities.git
synced 2025-08-02 15:51:55 +02:00
more improvements for profile/feed page
This commit is contained in:
parent
5bc66e2524
commit
177e4d3592
9 changed files with 28 additions and 26 deletions
|
@ -54,7 +54,7 @@ class Site < Sequel::Model
|
|||
HTML_REGEX = /htm|html/
|
||||
MAX_COMMENT_SIZE = 420 # Used to be the limit for Facebook.. no comment (PUN NOT INTENDED).
|
||||
|
||||
SCREENSHOT_RESOLUTIONS = ['235x141', '105x63', '270x162', '37x37', '146x88', '302x182', '90x63', '82x62']
|
||||
SCREENSHOT_RESOLUTIONS = ['235x141', '105x63', '270x162', '37x37', '146x88', '302x182', '90x63', '82x62', '348x205']
|
||||
THUMBNAIL_RESOLUTIONS = ['105x63']
|
||||
|
||||
many_to_one :server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue