server ver - adding lazy loading to emoji images in atmos layout
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
?>
|
||||
|
||||
@foreach ($files as $file)
|
||||
<a class="w0bm_emoji_anchor" title=":{{$file['filename']}}:" href="javascript:;" onclick="formatTextEmoji ('{{$file['filename']}}');"><img class="comment_emoji_small" src="//w0bm.com/images/comments/{{$file['basename']}}"></a>
|
||||
<a class="w0bm_emoji_anchor" title=":{{$file['filename']}}:" href="javascript:;" onclick="formatTextEmoji ('{{$file['filename']}}');"><img class="comment_emoji_small" loading="lazy" src="//w0bm.com/images/comments/{{$file['basename']}}"></a>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -11,9 +11,9 @@
|
||||
</a>
|
||||
@endif
|
||||
</div>-->
|
||||
<div id="nutti">
|
||||
{{-- <div id="nutti">
|
||||
<p>Please check out the overhauled <a href="https://w0bm.com/api/user/layout?layout=2">Njum</a> Layout and give me some feedback!</p>
|
||||
</div>
|
||||
</div> --}}
|
||||
@if(Auth::check())
|
||||
@if($video->id == '30186')
|
||||
@include('partials.thread_closed')
|
||||
|
Reference in New Issue
Block a user