If you want to standardize image sizes in IOS for the Sketchy field (like how it is for desktop), then do the following:
- Go to Browse in Anki
- Click on a card in the AnKing step deck (any card)
- Click on ‘Cards’
- Go to ‘Styling’
- Scroll all the way to the bottom and add the following text
.mobile #sketchy img {
width: 1000px !important;
max-width: 80% !important;
height: auto !important;
}
- After this, click save and sync
- Then go to your IOS device and click Sync
- The changes should be applied to the Sketchy images