GiphyClipsRendition enum

Certain renditions (cases of the GiphyRendition enum) are not available for Clips. To account for this limitation, we created this property specifically to work with Clips.

Inheritance
Available extensions

Values

original → const GiphyClipsRendition

Original file size and file dimensions. Good for desktop use.

originalStill → const GiphyClipsRendition

Preview image for original.

fixedHeight → const GiphyClipsRendition

Height set to 200px. Good for mobile use.

fixedHeightStill → const GiphyClipsRendition

Static preview image for fixed_height

fixedHeightDownsampled → const GiphyClipsRendition

Height set to 200px. Reduced to 6 frames to minimize file size to the lowest. Works well for unlimited scroll on mobile and as animated previews. See Giphy.com on mobile web as an example.

fixedWidth → const GiphyClipsRendition

Width set to 200px. Good for mobile use.

fixedWidthStill → const GiphyClipsRendition

Static preview image for fixed_width

fixedWidthDownsampled → const GiphyClipsRendition

Width set to 200px. Reduced to 6 frames. Works well for unlimited scroll on mobile and as animated previews.

downsizedMedium → const GiphyClipsRendition

File size under 5mb.

downsizedLarge → const GiphyClipsRendition

File size under 8mb.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<GiphyClipsRendition>
A constant List of the values in this enum, in order of their declaration.