more improvements for profile/feed page

This commit is contained in:
Kyle Drake 2014-04-29 02:07:35 -07:00
parent 5bc66e2524
commit 177e4d3592
9 changed files with 28 additions and 26 deletions

View file

@ -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