Skip to content

Commit

Permalink
Optimizar otra imagen
Browse files Browse the repository at this point in the history
Otra imagen optimizada y con un formato moderno que ayudará a mejorar los tiempos de carga.
  • Loading branch information
xaabi6 committed Feb 14, 2022
1 parent bbdf568 commit ff98cb6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file removed Themes/MegaPolis/images/logo_2.jpg
Binary file not shown.
Binary file added Themes/MegaPolis/images/logo_2.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion Themes/MegaPolis/index.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function shrinkHeaderIC(mode)
/*Crear una arreglo con las imagenes aleatorias con su ubicación*/

$imagenes[0]='./images/logo.png';
$imagenes[1]='./images/logo_2.jpg';
$imagenes[1]='./images/logo_2.webp';

/*Definir numero maximo*/
$i=rand(0,1);
Expand Down
2 changes: 1 addition & 1 deletion Themes/MegaPolis/index.template.php~
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function template_main_above()
/*Crear una arreglo con las imagenes aleatorias con su ubicaci�n*/

$imagenes[0]='./images/logo.png';
$imagenes[1]='./images/logo_2.jpg';
$imagenes[1]='./images/logo_2.webp';

/*Definir numero maximo*/
$i=rand(0,1);
Expand Down
2 changes: 1 addition & 1 deletion android.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<body><?
$imagenes[0]='./Themes/MegaPolis/images/logo.png';
$imagenes[1]='./Themes/MegaPolis/images/logo_2.jpg';
$imagenes[1]='./Themes/MegaPolis/images/logo_2.webp';

/*Definir numero maximo*/
$i=rand(0,1);
Expand Down
2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<body><?php
$imagenes[0]='./Themes/MegaPolis/images/logo.png';
$imagenes[1]='./Themes/MegaPolis/images/logo_2.jpg';
$imagenes[1]='./Themes/MegaPolis/images/logo_2.webp';

/*Definir numero maximo*/
$i=rand(0,1);
Expand Down

0 comments on commit ff98cb6

Please sign in to comment.