Method: Shotstack::Size#height
- Defined in:
- lib/shotstack/models/size.rb
#height ⇒ Object
Set a custom height for the video or image file in pixels. Value must be divisible by 2. Maximum video height is 1920px, maximum image height is 4096px.
23 24 25 |
# File 'lib/shotstack/models/size.rb', line 23 def height @height end |