Background image
The Background image property is used to set the background image for each element. The image is displayed in the area occupied by the element's content and padding, right up to its border.

A panel is displayed where we can load the image of our choice or choose some of the previously loaded
- 1.Upload a file
- 2.My images
- 3.Gallery
- 4.From URL
From this control the images that are in our device are loaded, when loading they are saved in the firebase database, returning a destination address from where we can consult the image at any time.

Clicking on Choose a file opens the file explorer where we can make the choice of the image of our liking

When selecting the image and clicking on open, it takes us to the My image section where it shows the general information of the image
- 1.image name
- 2.upload date
- 3.image dimensions
- 4.Image url from firebase
- 5.select image button
- 6.Botón eliminar imagen

Muestra toda la colección de imágenes que hemos cargado hasta el momento de la consulta. Se puede realizar la búsqueda por nombre de la imagen por si el numero de imágenes es demasiado grande, de esta manera puedes reutilizar las imágenes que hayas manejado con anterioridad

It is a section of preloaded images from the Unsplash page. You can use them freely for your applications as they are copyright free.

In this section you can paste the URL of the image if you have it from your own repository or some internet image (it is suggested that the image be your own to avoid any type of problem due to its use)

Última actualización 2mo ago