You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO dont get processed by svelte or vite or whoever, need to solve this before putting it life
}))}function_enhanceImage(){console.log('_enhanceImage')return(tree: any)=>{visit(tree,'element',(node)=>{if(node.tagName==='img'){if(!node.properties.src.endsWith('gif')||!node.properties.src.endsWith('svg')){// TODO dont get processed by svelte or vite or whoever, need to solve this before putting it life// node.tagName = 'enhanced:img'// node.properties.src = `${node.properties.src}?w=1280;640;400`// node.properties.sizes = '(min-width:1920px) 1280px, (min-width:1080px) 640px, (min-width:768px) 400px'}}});};}
9bed2811b09899d03f9161aab7d022447b9fd776
The text was updated successfully, but these errors were encountered:
dont get processed by svelte or vite or whoever, need to solve this before putting it life
node.tagName = 'enhanced:img'
node.properties.src =
${node.properties.src}?w=1280;640;400
node.properties.sizes = '(min-width:1920px) 1280px, (min-width:1080px) 640px, (min-width:768px) 400px'
harambasic.de/src/lib/util/converter.server.ts
Line 44 in f83b510
9bed2811b09899d03f9161aab7d022447b9fd776
The text was updated successfully, but these errors were encountered: