Actualizar img de fondo

master
Araozu 2021-03-17 18:51:29 -05:00
parent 2a6d8ddde6
commit a586c780ca
8 changed files with 2 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 250 KiB

BIN
public/img/wall2.webp Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 320 KiB

BIN
public/img/wall3.webp Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

After

Width:  |  Height:  |  Size: 215 KiB

BIN
public/img/wall4.webp Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 54 KiB

BIN
public/img/wall5.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -2,7 +2,7 @@ import { estilosGlobales } from "./Estilos";
import { StyleSheet, css } from "aphrodite";
import { numWallpaper, setNumWallpaper } from "./Store";
const totalWallpapers = 4;
const totalWallpapers = 5;
const e = StyleSheet.create({
contCambiador: {

View File

@ -1,6 +1,6 @@
import { StyleSheet, css } from "aphrodite";
import { numWallpaper } from "./Store";
import { createSignal, createMemo, createEffect, createState } from "solid-js";
import { createEffect, createState } from "solid-js";
const duracionTransicion = 250;
@ -57,11 +57,6 @@ export function Wallpaper() {
img.src = url;
});
const dummyMemo = () => {
console.log("Memo!");
return estilosRaw;
};
return <div className={css(estilos.contenedorCover)}>
<div
className={css(estilos.cover)}