Skip to content

Commit

Permalink
domains: typo in imgur's sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Apr 6, 2017
1 parent 3be8d38 commit fe9f5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/domains/imgur.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
if (!media_only || isGallery) {
links.push({
html: oembed.html,
width: oembed.width,
'max-width': oembed.width,
type: CONFIG.T.text_html,
rel: [CONFIG.R.app, CONFIG.R.oembed, CONFIG.R.html5, CONFIG.R.inline, CONFIG.R.ssl]
});
Expand Down

0 comments on commit fe9f5d9

Please sign in to comment.