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

Cross origin demo not working #110

Open
ghost opened this issue Jul 10, 2018 · 1 comment
Open

Cross origin demo not working #110

ghost opened this issue Jul 10, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 10, 2018

Hi I noticed the cross origin demo wasn’t working on your site. This is is exactly what I need to get the slider to work for a shopify theme I’m working on and would love to use this plugin for it

http://www.kennethcachia.com/background-check/cross-origin-css.html

@npiasecki
Copy link

FWIW, in my Shopify theme, I got it working by adding crossOrigin="anonymous" in the HTML where I server up the image:

<img class="check-solid" src="{{ 'img_temp_hero_alt.jpg' | asset_url }}" style="width: 100%;" crossOrigin="anonymous" />

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