How do I standardize the image sizes for the Sketchy field on IOS?

If you want to standardize image sizes in IOS for the Sketchy field (like how it is for desktop), then do the following:

  1. Go to Browse in Anki
  2. Click on a card in the AnKing step deck (any card)
  3. Click on ‘Cards’
  4. Go to ‘Styling’
  5. 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;
}
  1. After this, click save and sync
  2. Then go to your IOS device and click Sync
  3. The changes should be applied to the Sketchy images


2 Likes