English 中文(简体)
如何解决白种背景的诱因,以示所编的法典?
原标题:How can i solve the white background bug at spotify embed code?
<iframe src="https://open.spotify.com/embed/track/6wsqVwoiVH2kde4k4KKAFU?utm_source=generator" width="500" height="100" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>

我使用了“The NextJS”13.4。 没有任何问题。 每当我转向黑暗模式时,歌后面有白色背景:

https://i.stack.imgur.com/5541B.png” rel=“nofollow noreferer”> 可见面码

我无法解决与安保部的错误。 事先感谢你。

我期望该集装箱透明。

问题回答

你不是为了打造背景,你回想使用所支持的高度之一,然后该角色为所穿的颜色 s。

在你看来,这样做都是:

  1. Change the height to 80 (152 and 352 are larger options).
  2. Add frameBorder="0" to get rid of the surrounding white lines.
  3. Add style="border-radius:12px" to get rid of the white corners.




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

Aligning textarea in a form

Ive used the following css code to align my form elements: form { position:relative; } form input { position:absolute; left:11em; } However, the textarea element is not aligned correctly with the ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

CSS problem with page footer

I have defined my page footer in the css file as: #footer { position: absolute; height: 50px; text-align: center; background: #66CCCC; bottom: 0px; left: 0px; width: 100%; height: ...

热门标签