Browse Source

remove featherlight library on public twitter view

master
Aaron Parecki 6 years ago
parent
commit
eb65ec0845
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      resources/views/components/tweet.blade.php

+ 2
- 2
resources/views/components/tweet.blade.php View File

@ -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>

Loading…
Cancel
Save