Better markup for photos
This commit is contained in:
parent
99231d8114
commit
bfc592ab6f
6 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
{!! $note->note !!}
|
||||
@if(count($note->photoURLs) > 0)
|
||||
@foreach($note->photoURLs as $photoURL)
|
||||
<img src="{{ $photoURL }}" alt="" class="note-photo">
|
||||
<img src="{{ $photoURL }}" alt="" class="u-photo">
|
||||
@endforeach
|
||||
@endif
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue