مدیاویکی:Common.css: تفاوت میان نسخه‌ها

admin>Esfandiari
بدون خلاصۀ ویرایش
admin>Esfandiari
بدون خلاصۀ ویرایش
خط ۸۱۰: خط ۸۱۰:


/* --------------------- End of Full CSS --------------------- */
/* --------------------- End of Full CSS --------------------- */
/* تنظیم پیش‌فرض برای دسکتاپ (نسبت ۷/۳) */
.video-responsive-player {
    aspect-ratio: 7 / 3;
}
/* تنظیم برای موبایل (نسبت ۷/۴) */
@media screen and (max-width: 600px) {
    .video-responsive-player {
        aspect-ratio: 7 / 4 !important;
    }
}