Skip to content

Commit

Permalink
Disable lazy loading for the profile image
Browse files Browse the repository at this point in the history
  • Loading branch information
eve-seat committed Mar 5, 2015
1 parent cbac397 commit 8b6c7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/components/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
@endif
{{-- See SettingHelper why this has to be more than 1 --}}
@if($settings['main_character_id'] > 1)
{{ Seat\Services\Helpers\Img::character($settings['main_character_id'], 16, array('class' => 'img-circle eveIcon small')) }}
{{ Seat\Services\Helpers\Img::character($settings['main_character_id'], 64, array('class' => 'img-circle eveIcon large'), false) }}
@else
{{ Seat\Services\Helpers\Img::character('1', 16, array('class' => 'img-circle eveIcon small')) }}
@endif
Expand Down

0 comments on commit 8b6c7d3

Please sign in to comment.