-
Notifications
You must be signed in to change notification settings - Fork 59
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
Zoom images #62
Comments
It is rather simple to use |
https://gist.github.com/jameskraus/d459fc504e572c3997f7 What's the issue with max size? |
What's the deal with pushing one file to gist without any history, instead of pushing a commit to github? |
Eh, I was honestly too lazy to check out the repo and commit the changes (I only use Zoom.py). Only change is replacing setTextSizeMultiplier() with setZoomFactor() + the associated get methods. And what's the issue with max size? |
What happens when the user has |
Just a guess: If max-width is set to an absolute value, that value probably scales along with the zoom. If it's set to a relative value, the constrained dimension probably doesn't scale with the zoom. Edit: Either way, the rendering engine should take care of it. |
You seem much more interested in this one add-on than i am. |
@ospalh I created a pull request which resolves several issues with zoom add-on for Anki 2.1. It also uses |
Make
zoom.py
zoom the images as well.The text was updated successfully, but these errors were encountered: