You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ability to set a specific to have separate images or aspect ratios for say mobile vs desktop.
specific use case - a hero image (landscape orientation) say 1400x400 or something. and for mobile ie <source media="(max-width: 767px)" ...> can specify via focal points and aspect ratio to Imgix to crop the photo to portrait ie 300x400.
right now in the graphql query we can also only specify a single set of imgix params, so there's no way to does this unless we just have 2 separate images for the model.
ability to set a specific to have separate images or aspect ratios for say mobile vs desktop.
specific use case - a hero image (landscape orientation) say 1400x400 or something. and for mobile ie <source media="(max-width: 767px)" ...> can specify via focal points and aspect ratio to Imgix to crop the photo to portrait ie 300x400.
right now in the graphql query we can also only specify a single set of imgix params, so there's no way to does this unless we just have 2 separate images for the model.