YouTube Sizer

Resizes the YouTube player to smaller sizes

< 腳本YouTube Sizer的回應

評論:正評 - 腳本一切正常

§
發表於:2023-09-28

Thank's for the script, any way to control height of the player ?

John Burt作者
§
發表於:2023-09-28

As of now the CSS is hard coded in the script. The script would need to be modified to edit the CSS for the height of the player.

Deleted user 1252123
§
發表於:2024-01-23

Certainly! To control the height of a player in a script, you can adjust the corresponding HTML or CSS properties. Assuming you're referring to an embedded media player like an for a video, here's a general example using inline styles:

<iframe src="your_video_url" width="640" height="360" style="height: 200px;">

In this example, the height attribute sets the initial height, and the inline style attribute adjusts it further. You can replace "200px" with your desired height value.

If you are dealing with a different type of player or have a specific script in mind, please provide more details for a more accurate response.

Here are links to some excellent HTML and CSS learning platforms:

1. W3School (https://www.w3schools.com/html/)
2. Iqra Technology (https://iqratechnology.com/academy/html-training/)
3. JavatPoint (https://www.javatpoint.com/html-tutorial)

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址