# 영상/하나의 박스가 너무 넓어지지 않게 하는 방법

**URL:** https://meta.discourse.org/t/how-do-you-keep-the-video-one-box-from-expanding-too-wide/395457
**Category:** Development
**Created:** [2월 8, 2026, 2:40오전 UTC](https://meta.discourse.org/t/how-do-you-keep-the-video-one-box-from-expanding-too-wide/395457 "2026-02-08T02:40:23Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [2월 8, 2026, 2:40오전 UTC](https://meta.discourse.org/t/how-do-you-keep-the-video-one-box-from-expanding-too-wide/395457/1 "2026-02-08T02:40:23Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/8/f/c/8fcfe75ec52a0c37d58e25907d8c4fb555b37140.jpeg)

Brave 브라우저에서 100% 확대

```plaintext
/* --- 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;
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-do-you-keep-the-video-one-box-from-expanding-too-wide/395457)._
