Skip to content
New issue

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

Missing origin image #39

Open
JimRou opened this issue Aug 5, 2024 · 0 comments
Open

Missing origin image #39

JimRou opened this issue Aug 5, 2024 · 0 comments

Comments

@JimRou
Copy link

JimRou commented Aug 5, 2024

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

<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

.... 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant