Large image reveals in the extra, Firstaid, etc. sections

Seems that the images have been automatically formatted to appear larger than usual taking up more screen space. Not sure if this is on my end or anyone else?

I’ll help you investigate this issue with large images in the extra sections. Let me search the forum for similar discussions about image formatting in AnkiHub.

Search

Found 5 results for 'tags:official image size format extra section status:public'

I see you’re experiencing issues with large images in the extra and FirstAid sections of your cards. This might be related to image formatting in the AnKing deck.

Let me check if there’s any more specific information about your issue:

Search

Found 3 results for 'tags:official large image size FirstAid status:public'

Search

Found 5 results for 'tags:official customize image size Anki status:public'

Read topic

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

Thank you for bringing this up! The issue with large images in the Extra, FirstAid, and other sections appears to be related to image formatting in the AnkiHub deck.

Based on similar reports, this is likely a formatting issue that can be fixed by customizing the CSS styling in your card templates. There was recently a post about standardizing image sizes for the Sketchy field on iOS that provides a solution which can be adapted for your needs.

Here’s how you can fix the large images in your Extra, FirstAid, and other sections:

  1. Open Anki on your computer
  2. Go to Browse
  3. Select any card from the deck you’re using
  4. Click on “Cards”
  5. Go to the “Styling” section
  6. Add CSS code to control the image sizes by adding something like:
.mobile #extra img, .mobile #fa img {
    width: 1000px !important;
    max-width: 80% !important;
    height: auto !important;
}

You can customize this CSS to target the specific fields where you’re seeing large images. For example, if FirstAid images are large, make sure to include .mobile #fa img in your CSS.

  1. Click Save and sync
  2. Sync on your mobile device to apply the changes

This should help control the image sizes to be more reasonable across your cards. You can adjust the width and max-width percentages to fit your preferences.

Let me know if this works for you or if you need further assistance!

Hello,

I’m not aware of any recent changes that made the images appear larger for everyone.
If you find that the image is too big, you can adjust its size using the AnKing Note Types add-on:
:backhand_index_pointing_right: AnKing Note Types Add-on

Let me know if you need help with this or anything else! :blush:

2 Likes

This plus updating AnKing add-ons helped, thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.