ankidroid / Anki-Android

AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
GNU General Public License v3.0
8.71k stars 2.24k forks source link

Win Anki: too small pictures #3328

Closed hssm closed 9 years ago

hssm commented 9 years ago

Originally reported on Google Code with ID 2432

Hi,

I used "image occlusion" to make some Questions.

Exemple: https://www.dropbox.com/s/tz97nuk9nsindtr/Sa%2C%206.%20Dez%202014%20%2C%2008_48_06.png?dl=0

The Original picture stored in Ani has a big resolution. But Anki shows me a too small
picture, So I can not read the text on it.

How can I force Anki to show me the high and Width.

It is no problem if I have to scroll the picture after I see it. 

here my templets. I hope there is an addon or a code to improve the picturesize: I
am not so good in Html. Please tell me accurate where exactly I have to put your codes.
Thats why i copy here my codes:

Front
+++++++++++

{{#Original Image}}
{{Header}}
<div style="position:relative; width:100%">
  <div style="position:absolute; top:0; width:100%">
    {{Original Image}}
  </div>
  <div style="position:absolute; top:0; width:100%">
    {{Question}}<br/>
    {{Footer}}
  </div>
</div>
{{Footer}}
<span style="display:none">{{SVG}}</span>
{{/Original Image}}

{{^Original Image}}
{{Question}}
<span style="display:none">{{SVG}}</span>
{{/Original Image}}

Stil
++++++
.card {
 font-family: arial;
 font-size: 20px;
 text-align: center;
 color: black;
 background-color: white;
}

Back
##########

{{#Original Image}}
{{Header}}
<div style="position:relative; width:100%">
  <div style="position:absolute; top:0; width:100%">
    {{Original Image}}
  </div>
  <div style="position:absolute; top:0; width:100%">
    {{Answer}}<br/>
    {{Footer}}
  </div>
</div>
<span style="display:none">{{SVG}}</span>
{{/Original Image}}

{{^Original Image}}
{{Answer}}
<span style="display:none">{{SVG}}</span>
{{/Original Image}}

ps
can I zoom in such pictures?

Reported by valantis@archontidis.de on 2014-12-06 07:57:44

hssm commented 9 years ago
Or can I zoom in such pictures? Via shortcut or so?

Reported by valantis@archontidis.de on 2014-12-06 07:59:32

hssm commented 9 years ago
It sounds like you're talking about the Windows version... this issue tracker is just
for AnkiDroid so please use the Anki Desktop support site:
https://anki.tenderapp.com/

Reported by perceptualchaos2 on 2014-12-06 15:04:07