@digitalculture/ochre-sdk 0.1.26 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1725,7 +1725,7 @@ async function parseWebpage(webpageResource) {
|
|
|
1725
1725
|
displayedInHeader,
|
|
1726
1726
|
width,
|
|
1727
1727
|
variant,
|
|
1728
|
-
backgroundImageUrl: imageLink ? `https://ochre.lib.uchicago.edu/ochre?uuid=${imageLink.uuid}&
|
|
1728
|
+
backgroundImageUrl: imageLink ? `https://ochre.lib.uchicago.edu/ochre?uuid=${imageLink.uuid}&load` : null,
|
|
1729
1729
|
cssStyles
|
|
1730
1730
|
},
|
|
1731
1731
|
webpages
|
package/dist/index.js
CHANGED
|
@@ -1648,7 +1648,7 @@ async function parseWebpage(webpageResource) {
|
|
|
1648
1648
|
displayedInHeader,
|
|
1649
1649
|
width,
|
|
1650
1650
|
variant,
|
|
1651
|
-
backgroundImageUrl: imageLink ? `https://ochre.lib.uchicago.edu/ochre?uuid=${imageLink.uuid}&
|
|
1651
|
+
backgroundImageUrl: imageLink ? `https://ochre.lib.uchicago.edu/ochre?uuid=${imageLink.uuid}&load` : null,
|
|
1652
1652
|
cssStyles
|
|
1653
1653
|
},
|
|
1654
1654
|
webpages
|
package/package.json
CHANGED