We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am using universal angular. I can't fix the implementation of multiple screens.
my configuration in app.module: const ciConfig = { token: '****', baseUrl: '**********', presets: { xs: '(max-width: 575px)', // up to 575 PHONE sm: '(min-width: 576px)', // 576 - 767 PHABLET md: '(min-width: 768px)', // 768 - 991 TABLET lg: '(min-width: 992px)', // 992 - 1199 SMALL_LAPTOP_SCREEN xl: '(min-width: 1200px)' // from 1200 USUALSCREEN } };
<ci-img [src]="image.src" operation="crop" size='xs 500x600, md 1000x1350, lg 1400x1200, xl 1600x1000'></ci-img>
ERROR ReferenceError: matchMedia is not defined at /*/dist/web/server/main.js:171717:39 at Array.find (<anonymous>) at CIService.getBreakPoint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am using universal angular.
I can't fix the implementation of multiple screens.
<ci-img [src]="image.src" operation="crop" size='xs 500x600, md 1000x1350, lg 1400x1200, xl 1600x1000'></ci-img>
The text was updated successfully, but these errors were encountered: