Aspect Ratio Change

Important Update: Anam recently changed aspect ratio from 1:1 (square) to 3:2 (landscape). This change affects how personas are displayed in your applications and may require adjustments to your implementation.

What This Means For You

If you’ve built your application with the previous 1:1 aspect ratio in mind, you may need to update your UI to accommodate the new 3:2 aspect ratio. This could involve:

  • Adjusting container dimensions
  • Updating CSS styling

Implementation Recommendations

  1. Change the CSS aspect ratio from 1:1 to 3:2 on your video element or container
  2. Make sure to add object-cover to your video element or container to ensure the persona is cropped to the new aspect ratio