wonderunit / storyboarder

✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.
https://wonderunit.com/storyboarder
3.18k stars 294 forks source link

[Suggestion] Add Custom sizes to the "New Storyboard" menu. #964

Open raffmarqs opened 6 years ago

raffmarqs commented 6 years ago

I'm currently working on a project for Facebook and Instagram Ads that is focused on mobile. Because of that, the marketing department of the client is asking us to produce the videos using a ratio of 4:5 (1024x1280). Unfortunately, I can't make them right now using your Storyboarder :(

Thanks!

audionerd commented 6 years ago

You could use Square 1:1 aspect ratio and mask out the far right 1/5th, giving you an effective 4:5 of drawing space 🤓

example
raffmarqs commented 6 years ago

Hahaha Loved your "solution". It's not the optimal but it works indeed :)

audionerd commented 6 years ago

Tech note. The way we calculate sizes via boardModel#boardFileImageSize would need to change if we allow custom aspect ratio. It currently doesn't guarantee an integer value for width/height, could cause problems.