abdnh / anki-zim-reader

Anki add-on to view and extract info from ZIM files
https://ankiweb.net/shared/info/951350249
GNU General Public License v3.0
7 stars 2 forks source link

[Feature] Automatically resize images added from Wiktionary #19

Closed Exponent4806 closed 1 year ago

Exponent4806 commented 1 year ago

The images from the Wiktionary in .zim format are very small.

When one tries to see the images on Anki the size is not adequate and then one needs to manually resize.

Would it be possible an option to automatically resize the images to a "default value" with the add-on ?

For example > 800 x 800 or something similar conserving the original size ratio.


Here is the "original size": grafik

grafik

abdnh commented 1 year ago

Doesn't adding something like this in your styling section work?

img {
  min-width: 800px;
}
Exponent4806 commented 1 year ago

works fine ! Thanks !!!