We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3857476 + befa5bf commit caba838Copy full SHA for caba838
src/components/Image/Image.js
@@ -128,7 +128,7 @@ export default class Image extends CloudinaryComponent {
128
applyBreakpoints(width, steps, options) {
129
var responsive_use_breakpoints;
130
options = CloudinaryComponent.normalizeOptions(this.context, this.props, options);
131
- responsive_use_breakpoints = options.responsiveUseBreakpoints;
+ responsive_use_breakpoints = options.responsive_use_breakpoints;
132
if ((!responsive_use_breakpoints) || (responsive_use_breakpoints === 'resize' && !options.resizing)) {
133
return width;
134
} else {
0 commit comments