مدیاویکی: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; | |||
} | |||
} | |||