fix: update video element attributes in ViewerDialog#97
Conversation
- Changed the `preload` attribute from "metadata" to "auto" for improved loading behavior. - Added `poster` attribute to display the preview image of the video, enhancing user experience. - Cleaned up unused imports and ensured adherence to strict coding standards throughout the changes.
🛡️ Архитектор (AI Review)Код просмотрен. Изменения минорные, но ты умудрился наступить на грабли производительности и доступности.
|
preloadattribute from "metadata" to "auto" for improved loading behavior.posterattribute to display the preview image of the video, enhancing user experience.