img bug
parent
e3220fe6fc
commit
3663bbf0a3
|
@ -16,15 +16,13 @@
|
||||||
|
|
||||||
<div class="col-12 col-md-9">
|
<div class="col-12 col-md-9">
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div style="position: relative">
|
<div style="position: relative">
|
||||||
@if ($content->image)
|
@if ($content->image)
|
||||||
<img class="rounded-top img-fluid" src="{{ asset('uploads/' . $content->image) }}" loading="lazy" >
|
<img class="rounded-top img-fluid" src="{{ asset($content->image) }}" loading="lazy" >
|
||||||
@else
|
@else
|
||||||
<img class="rounded-top img-fluid" src="https://picsum.photos/800/400?{{rand(0,100)}}" loading="lazy" width="100%">
|
<img class="rounded-top img-fluid" src="https://picsum.photos/800/400?{{rand(0,100)}}" loading="lazy" width="100%">
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Reference in New Issue