File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 149149 "volta" : {
150150 "node" : " 22.16.0" ,
151151 "yarn" : " 1.22.22"
152- },
153- "packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" 152+ }
154153}
Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ export default function DocImage({
119119 { ...props }
120120 src = { finalSrc }
121121 imgPath = { imgPath }
122- { ...props }
123122 width = { width }
124123 height = { height }
125124 hasDimensionOverrides = { hasDimensionOverrides }
Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ export function ImageLightbox({
119119 return (
120120 < Image
121121 src = { renderedSrc }
122+ width = { dimensions . width }
123+ height = { dimensions . height }
122124 style = { imageStyle }
123125 className = { imageClassName }
124126 alt = { alt }
125127 priority = { ! isInline }
126128 { ...imageCompatibleProps }
127- width = { dimensions . width }
128- height = { dimensions . height }
129129 />
130130 ) ;
131131 }
You can’t perform that action at this time.
0 commit comments