hipp0
1
Zoom 100% su browser Brave
/* --- 7. EMBEDS & MEDIA --- */
.twitterstatus {
max-width: 345px !important;
width: auto !important;
}
.video-placeholder-container,
.video-placeholder-wrapper,
.lazy-video-wrapper {
max-width: 690px !important;
width: auto !important;
}
.allowlistedgeneric {
max-width: 690px !important;
width: auto !important;
padding: 10px !important;
margin: 0 3px 3px 3px !important;
}
hipp0
2
Comparativamente questo è su Discourse al 100%
100% su Firefox
hipp0
3
Beh, immagino di averlo risolto con Gemini:
*Se questo è eccessivo, fammelo sapere.
/* Correzione del lettore video/YouTube */
.video-placeholder-container,
.video-placeholder-wrapper,
.lazy-video-wrapper {
/* Questo è lo scudo: blocca l'interfaccia del lettore a 690px */
max-width: 690px !important;
width: 100% !important;
}
.lazy-video-wrapper iframe,
.lazy-video-wrapper video {
/* Questo riempie lo scudo */
width: 100% !important;
max-width: 100% !important;
height: auto !important;
aspect-ratio: 16 / 9 !important;
margin: 0 !important;
}
/* Mira specificamente al contenitore del lettore video caricato */
.video-container {
max-width: 690px !important;
text-align: left !important;
}
100% sul browser Brave: