Skip to content

Commit

Permalink
ebaumsworld: change aspect ratio according to embed
Browse files Browse the repository at this point in the history
  • Loading branch information
siniakinaa committed Nov 18, 2024
1 parent cf86c87 commit 5874215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/domains/ebaumsworld.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
href: "https://www.ebaumsworld.com/media/embed/" + urlMatch[1],
type: CONFIG.T.text_html,
rel: [CONFIG.R.player, CONFIG.R.autoplay],
"aspect-ratio": 567 / 345
"aspect-ratio": 570 / 380
};
},

Expand Down

0 comments on commit 5874215

Please sign in to comment.