update oembed
This commit is contained in:
parent
03cd2e4d55
commit
e58f441788
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ function convert(req, res, next) {
|
|||
provider_name: "embedder",
|
||||
provider_url: "https://github.com/WaveringAna/embedder",
|
||||
cache_age: 86400,
|
||||
html: "<iframe src='" + req.protocol + "://" + req.get('host') + "/gifv/" + req.files[file].filename + "'></iframe>",
|
||||
html: "<iframe src='" + req.protocol + "://" + req.get('host') + "/gifv/" + nameAndExtension[0] + "'></iframe>",
|
||||
width: 640,
|
||||
height: 360
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue