We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b787f6e commit 5404439Copy full SHA for 5404439
src/components/imageLightbox/index.tsx
@@ -103,6 +103,7 @@ export function ImageLightbox({
103
// Apply sizing:
104
// - If manual: set only provided dimension(s); missing one becomes 'auto'
105
// - Else: default responsive
106
+ // TODO: support other units for overrides
107
const imageStyle = isInline
108
? hasDimensionOverrides
109
? {
0 commit comments