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

fix: fixes issues with iOS #22

Merged
merged 3 commits into from
Jun 14, 2019
Merged

fix: fixes issues with iOS #22

merged 3 commits into from
Jun 14, 2019

Conversation

MLDMoritz
Copy link
Contributor

@MLDMoritz MLDMoritz commented Jun 12, 2019

This fixes #14 by adding new props to the Component.

Supply a baseUrl if you use <base href> tag.
Supply non rgba values as primary / secondary color.

<content-loader
  :base-url="$route.fullPath"
  primary-color="rgb(0,0,0)"
  secondary-color="rgb(0,0,0)"
  :primary-opacity="0.06"
  :secondary-opacity="0.12"
/>

@netlify
Copy link

netlify bot commented Jun 12, 2019

Deploy preview for vue-content-loader ready!

Built with commit 15c617b

https://deploy-preview-22--vue-content-loader.netlify.com

@egoist
Copy link
Owner

egoist commented Jun 13, 2019

Can you update the docs as well?

@MLDMoritz
Copy link
Contributor Author

Can you update the docs as well?

a43a121

@egoist egoist changed the title Fixes issues with iOS fix: fixes issues with iOS Jun 14, 2019
@egoist egoist merged commit ca76233 into egoist:master Jun 14, 2019
@egoist
Copy link
Owner

egoist commented Jun 14, 2019

🎉 This PR is included in version 0.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Seems to show a black box instead on an iPhone6
2 participants