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
Hello,
I wanted to test the js cloudimage responsive script for a part of my web site (femto-physique.fr/optique). So for all the page I put in the head :
<link rel="stylesheet" href="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/latest/js-cloudimage-responsive.min.css?vh=a076ef&func=proxy"></link>
and before the </body> i put
</body>
<script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/lazysizes.min.js"></script> <script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/latest/js-cloudimage-responsive.min.js"></script> <script> const ciResponsive = new window.CIResponsive({ token: 'mytoken', baseURL: 'https://femto-physique.fr/optique/img/', // optional lazyLoading: true // optional }); window.lazySizes.init(); </script>
where i change mytoken to my personnal token And for the png image i change src to ci-src
mytoken
src
ci-src
.... but it doesn't work as you can see here (see Fig.10). Could you tell me where is my mystake ?
Thank you J. Roussel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I wanted to test the js cloudimage responsive script for a part of my web site (femto-physique.fr/optique). So for all the page I put in the head :
<link rel="stylesheet" href="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/latest/js-cloudimage-responsive.min.css?vh=a076ef&func=proxy"></link>
and before the
</body>
i putwhere i change
mytoken
to my personnal tokenAnd for the png image i change
src
toci-src
.... but it doesn't work as you can see here (see Fig.10).
Could you tell me where is my mystake ?
Thank you
J. Roussel
The text was updated successfully, but these errors were encountered: