mirror of
https://github.com/originalmk/skrytka-app.git
synced 2024-11-20 10:28:50 +00:00
Replace photos with compressed and scaled-down versions
This commit is contained in:
parent
75e6eb484f
commit
133768b6fe
BIN
client/public/img/fire-truck/wozBACK.webp
Normal file
BIN
client/public/img/fire-truck/wozBACK.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 KiB |
BIN
client/public/img/fire-truck/wozLEFT.webp
Normal file
BIN
client/public/img/fire-truck/wozLEFT.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
BIN
client/public/img/fire-truck/wozRIGHT.webp
Normal file
BIN
client/public/img/fire-truck/wozRIGHT.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
BIN
client/public/img/fire-truck/wozTOP.webp
Normal file
BIN
client/public/img/fire-truck/wozTOP.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
@ -51,7 +51,7 @@ export const QuizGetQuestion = ({score,isClick,setScore,setIsClick,navigate}) =>
|
|||||||
|
|
||||||
export const QuizDataImageFromDb = [
|
export const QuizDataImageFromDb = [
|
||||||
{
|
{
|
||||||
img: '/img/fire-truck/img1.jpg',
|
img: '/img/fire-truck/wozLEFT.webp',
|
||||||
boxStyle: {
|
boxStyle: {
|
||||||
name: "Kierowca 1",
|
name: "Kierowca 1",
|
||||||
top: "48%",
|
top: "48%",
|
||||||
@ -82,7 +82,7 @@ export const QuizDataImageFromDb = [
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
img: '/img/fire-truck/imgTrack2.jpg',
|
img: '/img/fire-truck/wozTOP.webp',
|
||||||
boxStyle: {
|
boxStyle: {
|
||||||
name: "Dach",
|
name: "Dach",
|
||||||
top: "48%",
|
top: "48%",
|
||||||
@ -103,7 +103,7 @@ export const QuizDataImageFromDb = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
img: '/img/fire-truck/imgTrack4.jpg',
|
img: '/img/fire-truck/wozRIGHT.webp',
|
||||||
boxStyle: {
|
boxStyle: {
|
||||||
name: "Dowódca 3",
|
name: "Dowódca 3",
|
||||||
top: "50%",
|
top: "50%",
|
||||||
@ -135,7 +135,7 @@ export const QuizDataImageFromDb = [
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
img: '/img/fire-truck/imgTrack3.jpg',
|
img: '/img/fire-truck/wozBACK.webp',
|
||||||
boxStyle: {
|
boxStyle: {
|
||||||
name: "Tył",
|
name: "Tył",
|
||||||
top: "42%",
|
top: "42%",
|
||||||
@ -255,4 +255,4 @@ export const QuizGetImage = ({onPress, isClick}) => {
|
|||||||
return (
|
return (
|
||||||
data
|
data
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user