mod: fix caching!
This commit is contained in:
parent
34ed81516b
commit
dc5d204cfc
8 changed files with 42 additions and 7 deletions
|
@ -12,7 +12,7 @@
|
|||
<div id="movies">
|
||||
@foreach($movies as $movie)
|
||||
<a class="movie" href="{{route('movie', ['id' => $movie->movie_id])}}">
|
||||
<img src="{{ $movie->movie_image }}" alt="{{ $movie->movie_name }}">
|
||||
<x-cache-image src="{{$movie->movie_image}}" alt="{{$movie->movie_name}} Poster" class="poster" width="200px"/>
|
||||
<div class="details">
|
||||
<h2>{{ $movie->movie_name }}</h2>
|
||||
<span>{{ $movie->movie_description }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue