Skip to content

Commit 4d6f01d

Browse files
committed
chore: disable zoom for link-images
1 parent 03c95e1 commit 4d6f01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ module.exports = {
309309
],
310310
},
311311
zoom: {
312-
selector: '.markdown img',
312+
selector: '.markdown img:not(a img)',
313313
},
314314
languageTabs: [
315315
{

0 commit comments

Comments
 (0)