0
0
Fork 0

Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails

This commit is contained in:
Eugen Rochko 2016-12-18 15:20:39 +01:00
parent 6de079a5af
commit aed25932b5
11 changed files with 72 additions and 7 deletions

View file

@ -45,14 +45,14 @@ class MediaAttachment < ApplicationRecord
if f.instance.image?
{
original: '1280x1280>',
small: '250x250>',
small: '400x400>',
}
else
{
small: {
convert_options: {
output: {
vf: 'scale=\'min(250\, iw):min(250\, ih)\':force_original_aspect_ratio=decrease',
vf: 'scale=\'min(400\, iw):min(400\, ih)\':force_original_aspect_ratio=decrease',
},
},
format: 'png',