-
Hi , sorry for the bad title , im kinda lost. My first time using Parcel, have just pure vanilla parcel config without plugins. <main class="container">
<div class="flex flex-col w-full gap-4">
<div class="flex w-full">
<img src="http://picsum.photos/1037/654" />
</div>
<div class="flex flex-row w-full justify-between">
<img class="w-1/6 h-auto" src="http://picsum.photos/150/150" />
<img class="w-1/6 h-auto" src="http://picsum.photos/150/150" />
<img class="w-1/6 h-auto" src="http://picsum.photos/150/150" />
<img class="w-1/6 h-auto" src="http://picsum.photos/150/150" />
<img class="w-1/6 h-auto" src="http://picsum.photos/150/150" />
</div>
</div>
</main> Also in the elements tab the one which is working is looking like this While the ones not working are like this.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
What Parcel version are you using? For me, all URLs are correct in the output |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
"parcel": "^2.8.0"
Also , i got it temporarily fixed (even tho i dont understand it a bit) by changing protocol in the lorem picsum url to https -> saving and then changing back to http.
Literally no clue why it works now.