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

images not printing #104

Open
jodybrabec opened this issue Jul 10, 2021 · 0 comments
Open

images not printing #104

jodybrabec opened this issue Jul 10, 2021 · 0 comments

Comments

@jodybrabec
Copy link

because maphilight sets the image opacity to 0, when you print the image doesn't show up (however the highlights do).
Workaround:
make a thick, dark strokewidth and add the following
<style>
@media print {
.map {
opacity: 0.7 !important;
}
}
</style>

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