show dbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"imagenes": { | |
"prefix": "pic", | |
"body": [ | |
"<picture>", | |
"<source", | |
"\t sizes=\"1920w, 1280w, 640w\" ", | |
"\t srcset=\"img/imagen.avif 1920w, \n\t\t\t img/imagen-1280.avif 1280w, \n\t\t\t img/imagen-640.avif 640w\" ", | |
"\t type=\"image/avif\">", | |
"<source", | |
"\t sizes=\"1920w, 1280w, 640w\" ", |