mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
6 lines
148 B
CSS
6 lines
148 B
CSS
/*MediaElementJS responsive sizing issue with HTML player is fixed by adding the below style.*/
|
|
iframe.me-plugin {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|