Fix a bug in the Story when handling images of different sizes. Add a
photoWidth property to the StoryArchive, and resize all newly uploaded pictures to a Story.
This commit is contained in:
parent
56fa667f9d
commit
fcad3a112d
6 changed files with 50 additions and 4 deletions
|
|
@ -66,6 +66,7 @@ our $HELP = {
|
|||
{ 'name' => 'groupToPost', },
|
||||
{ 'name' => 'templateId', },
|
||||
{ 'name' => 'storyTemplateId', },
|
||||
{ 'name' => 'photoWidth', },
|
||||
{ 'name' => 'editStoryTemplateId', },
|
||||
{ 'name' => 'keywordListTemplateId', },
|
||||
{ 'name' => 'archiveAfter', },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue