Browse Source
remove featherlight library on public twitter view
master
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
2 additions and
2 deletions
-
resources/views/components/tweet.blade.php
|
|
@ -10,9 +10,9 @@ |
|
|
|
@if($tweet->photos()) |
|
|
|
<div class="multi-photo photos-{{ count($tweet->photos()) }}"> |
|
|
|
@foreach($tweet->photos() as $photo) |
|
|
|
<div class="photo" style="background-image:url({{ $photo }})" data-featherlight="{{ $photo }}"> |
|
|
|
<a class="photo" style="background-image:url({{ $photo }})" href="{{ $tweet->twitter_permalink() }}"> |
|
|
|
<img src="{{ $photo }}"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
@endforeach |
|
|
|
</div> |
|
|
|
<div class="multi-photo-clear"></div> |
|
|
|