| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/@nuxt/image/vetur/ |
Upload File : |
{
"src":{
"description":"Path to image file"
},
"width":{
"description":"Specify width of the image."
},
"height":{
"description":"Specify height of the image."
},
"sizes":{
"description":"Specify responsive reiszes. `sm:100vw md:50vw lg:400px`"
},
"provider":{
"description":"Use other provider instead of default provider option specified in nuxt.config`"
},
"preset":{
"description":"Presets are predefined sets of image modifiers that can be used create unified form of images in your projects."
},
"format":{
"description":"In case you want to serve images in a specific format, use this prop. `webp`, `jpeg`, `jpg`, `png`, `gif` and `svg`"
},
"quality":{
"description":"The quality for the generated image(s)."
},
"fit":{
"description":"The fit property specifies the size of the images. There are five standard values you can use with this property. `cover` `contain` `fill` `inside` `outside`"
},
"modifiers":{
"description":"In addition to standard modifiers, every provider can have their own modifiers. `:modifiers=\"{ roundCorner: '0:100' }\"`"
}
}