Merge pull request #2595 from techAPJ/patch-4
FIX: lazyYT mobile layout
This commit is contained in:
commit
91f08ad661
|
@ -0,0 +1,3 @@
|
|||
.lazyYT {
|
||||
max-width: 100%;
|
||||
}
|
|
@ -8,6 +8,7 @@ register_asset "javascripts/lazyYT.js"
|
|||
|
||||
# stylesheet
|
||||
register_asset "stylesheets/lazyYT.css"
|
||||
register_asset "stylesheets/lazyYT_mobile.scss", :mobile
|
||||
|
||||
# freedom patch YouTube Onebox
|
||||
class Onebox::Engine::YoutubeOnebox
|
||||
|
|
Loading…
Reference in New Issue