Skip to content

Commit 0c30fa3

Browse files
committed
domains: medium - do not use max-width
1 parent 7526d6d commit 0c30fa3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/domains/medium.com.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default {
2121

2222
return {
2323
html: '<script async src="https://static.medium.com/embed.js"></script><a class="m-' + t + '" href="' + url.replace('medium.com/s/','medium.com/') + '">' + og.title + '</a>',
24-
'max-width': 400,
2524
rel: [og.type === 'article' ? CONFIG.R.summary : CONFIG.R.app, CONFIG.R.inline, CONFIG.R.ssl],
2625
type: CONFIG.T.text_html
2726
};
@@ -41,4 +40,4 @@ export default {
4140
"https://medium.com/hackerpreneur-magazine/nobody-s-heard-of-you-and-that-s-okay-82792dfecc12",
4241
"https://medium.com/@AvenueTalentPartners/3-keys-to-doing-better-discovery-and-closing-more-deals-1f8ce7bcac3d"
4342
]
44-
};
43+
};

0 commit comments

Comments
 (0)