get rid of unwanted style on embeds
This commit is contained in:
parent
c5733e47bc
commit
3b3ec60dbe
@ -261,6 +261,7 @@ Linkify =
|
|||||||
ordered_types: [
|
ordered_types: [
|
||||||
key: 'audio'
|
key: 'audio'
|
||||||
regExp: /(.*\.(mp3|ogg|wav))$/
|
regExp: /(.*\.(mp3|ogg|wav))$/
|
||||||
|
style: ''
|
||||||
el: (a) ->
|
el: (a) ->
|
||||||
$.el 'audio',
|
$.el 'audio',
|
||||||
controls: true
|
controls: true
|
||||||
@ -448,6 +449,7 @@ Linkify =
|
|||||||
,
|
,
|
||||||
key: 'video'
|
key: 'video'
|
||||||
regExp: /(.*\.(ogv|webm|mp4))$/
|
regExp: /(.*\.(ogv|webm|mp4))$/
|
||||||
|
style: 'border: 0; width: auto; height: auto;'
|
||||||
el: (a) ->
|
el: (a) ->
|
||||||
$.el 'video',
|
$.el 'video',
|
||||||
controls: 'controls'
|
controls: 'controls'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user