Yes, you can. The image and video URLs provided through the API include dimensions in the path (e.g., /500/500), which represent the width and height in pixels.
To change the frame size, simply modify these numbers in the URL. For example:
- Default: .../500/500/... → 500px by 500px
- To increase size: .../800/800/... → 800px by 800px
- To make rectangular: .../800/600/... → 800px wide, 600px tall
This allows you to tailor the media display to your website’s layout and design needs.