-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[framework] handle image resizing by image proxy (#2924)
- Loading branch information
Showing
272 changed files
with
1,399 additions
and
3,624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,4 @@ | ||
Image: | ||
type: object | ||
config: | ||
description: "Represents an image" | ||
fields: | ||
name: | ||
type: "String" | ||
description: "Image name for ALT attribute" | ||
position: | ||
type: "Int" | ||
description: "Position of image in list" | ||
type: | ||
type: "String" | ||
description: "Image type" | ||
sizes: | ||
type: "[ImageSize!]!" | ||
|
||
ImageSize: | ||
type: object | ||
config: | ||
description: "Represents a single image size" | ||
fields: | ||
size: | ||
type: "String!" | ||
description: "Image size defined in images.yaml" | ||
url: | ||
type: "String!" | ||
description: "URL address of image" | ||
width: | ||
type: "Int" | ||
description: "Width in pixels defined in images.yaml" | ||
height: | ||
type: "Int" | ||
description: "Height in pixels defined in images.yaml" | ||
additionalSizes: | ||
type: "[AdditionalSize!]!" | ||
description: "Additional sizes for different screen types" | ||
|
||
AdditionalSize: | ||
type: object | ||
config: | ||
description: "Represents a singe additional image size" | ||
fields: | ||
url: | ||
type: "String!" | ||
description: "URL address of image" | ||
width: | ||
type: "Int" | ||
description: "Width in pixels defined in images.yaml" | ||
height: | ||
type: "Int" | ||
description: "Height in pixels defined in images.yaml" | ||
media: | ||
type: "String!" | ||
description: "Recommended media query defined in images.yaml" | ||
inherits: | ||
- 'ImageDecorator' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.