image CSS ne CHARGE PAS bordel !!!
CingleForum
2022-08-24 23:07:20
J'ai une section avec un id, en css je mets un lien vers mon image.
J'ai verifié le chemin d'accès, tout est ok, pourquoi ça chage pas ?
https://image.noelshack.com/fichiers/2022/34/3/1661375205-9929a88d-faa6-47e9-a9a5-f4321a7ba3d9-4-5005-c.jpeg
https://image.noelshack.com/fichiers/2022/34/3/1661375212-e6ed34c7-9a74-4d04-a1b7-39734781259c-4-5005-c.jpeg
https://image.noelshack.com/fichiers/2022/34/3/1661375220-47cecd13-25b8-43c6-92b7-46ed6108c7b6-4-5005-c.jpeg
https://image.noelshack.com/fichiers/2022/34/3/1661375230-06a4d23e-f14b-4747-a202-3b70b6c47d22.jpeg
CingleForum
2022-08-24 23:13:20
Le 24 août 2022 à 23:11:13 :
Le nom ?
J'ai changé pour essayer avec article-image-1.jpg, mais ça me fait le même souci avec main.jpg
Street-Galaxy63
2022-08-24 23:19:15
Tu commences ton lien par un slash.
Ce qui suppose que le dossier images est à la racine de ton site.
CingleForum
2022-08-24 23:19:20
Putain c'est incompréhensible, abusé
Asmodas
2022-08-24 23:19:49
background-size: cover;
background-position: center;
background-repeat: no-repeat;
nabillasagne
2022-08-24 23:21:08
déjà premier réflexe quand un truc s'affiche pas c'est d'enlever ublock perso, ça m'a déjà joué des tours
Seph87
2022-08-24 23:21:41
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width:100%;
CingleForum
2022-08-24 23:23:11
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Le 24 août 2022 à 23:21:41 :
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width:100%;
ça marche pas
Seph87
2022-08-24 23:24:26
Le 24 août 2022 à 23:23:11 :
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Le 24 août 2022 à 23:21:41 :
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width:100%;
ça marche pas
Le 24 août 2022 à 23:23:11 :
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Le 24 août 2022 à 23:21:41 :
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width:100%;
ça marche pas
Ou est ton index.html par rapport a ton dossier images ?
CingleForum
2022-08-24 23:24:51
J'ai désactivé ublock + ajouté le css :
https://image.noelshack.com/fichiers/2022/34/3/1661376281-bc81429b-e856-4755-98dd-458d8aad87e2-4-5005-c.jpeg
Toujours pas d'image
CingleForum
2022-08-24 23:25:58
Le 24 août 2022 à 23:24:26 :
Le 24 août 2022 à 23:23:11 :
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Le 24 août 2022 à 23:21:41 :
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width:100%;
ça marche pas
Le 24 août 2022 à 23:23:11 :
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Le 24 août 2022 à 23:21:41 :
Le 24 août 2022 à 23:19:49 :
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width:100%;
ça marche pas
Ou est ton index.html par rapport a ton dossier images ?
index.html est dans un dossier "site", à la racine du dossier.
YellowFever
2022-08-24 23:26:08
Ouais vérifie déjà le path, c'est la base.
Seph87
2022-08-24 23:26:54
Le 24 août 2022 à 23:24:51 :
J'ai désactivé ublock + ajouté le css :
https://image.noelshack.com/fichiers/2022/34/3/1661376281-bc81429b-e856-4755-98dd-458d8aad87e2-4-5005-c.jpeg
Toujours pas d'image
Sur firefox : Clique droit, inspect element, console, tu tapes main.jpg (si tu trouves rien tu fais CTRL +R).
Envoi l'erreur indiqué au chargement d'image (normalement c'est rouge)