mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge pull request #39 from oceanprotocol/fix/retina-screenshots
fix for retina screenshots
This commit is contained in:
commit
d73355cbf9
@ -76,7 +76,8 @@ module.exports = {
|
|||||||
quality: 80,
|
quality: 80,
|
||||||
withWebp: true,
|
withWebp: true,
|
||||||
linkImagesToOriginal: false,
|
linkImagesToOriginal: false,
|
||||||
showCaptions: true
|
showCaptions: true,
|
||||||
|
sizeByPixelDensity: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user