module Line::Message::Builder::Flex::Size::Image
Provides the size option specifically for Image components. This allows setting the image size using keywords recognized by the LINE API for images, or explicit pixel/percentage values.
Public Instance Methods
Source
# File lib/line/message/builder/flex/size.rb, line 50
Sets or gets the size of the image.
- value
-
Imagesize. Can be keywords like:xxs,:xs,:sm,:md,:lg,:xl,:xxl,:full, or a string like"50px"or"25%".