From 571edae115968ec06ce2662a035043dde9d01aff Mon Sep 17 00:00:00 2001 From: Ivan Paramonau Date: Tue, 29 Oct 2024 11:45:22 -0400 Subject: [PATCH] domains: remove gifv flag from Dribble shots to avoid double-click in click-to-play --- plugins/domains/dribbble.com.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/domains/dribbble.com.js b/plugins/domains/dribbble.com.js index 77ade2ec2..14f4285a9 100644 --- a/plugins/domains/dribbble.com.js +++ b/plugins/domains/dribbble.com.js @@ -45,7 +45,7 @@ export default { links.push({ href: twitter.player.value, type: CONFIG.T.text_html, - rel: [CONFIG.R.player, CONFIG.R.gifv], + rel: CONFIG.R.player, 'aspect-ratio': twitter.player.width / twitter.player.height, }) }