Skip to content

Commit

Permalink
domains: remove gifv flag from Dribble shots to avoid double-click in…
Browse files Browse the repository at this point in the history
… click-to-play
  • Loading branch information
iparamonau committed Oct 29, 2024
1 parent bb35154 commit 571edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/domains/dribbble.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
}
Expand Down

0 comments on commit 571edae

Please sign in to comment.