Skip to content

Commit

Permalink
image compression
Browse files Browse the repository at this point in the history
  • Loading branch information
themelogy committed Apr 4, 2017
1 parent e3415aa commit b440065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/home/slider/1.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="ls-slide" data-ls="slidedelay: 5500; durationout:24">

<!-- slide background -->
<img src="{{ $slider->present()->firstImage(1920, 792, 'fit', 80) }}" class="ls-bg" alt="{{ $slider->title }}">
<img src="{{ $slider->present()->firstImage(1900, 595, 'fit', 75) }}" class="ls-bg" alt="{{ $slider->title }}">
<p class="ls-slide title" style="top: {{ $slider->position_x+180 }}px; left: {{ $slider->position_y+380 }}px; white-space: nowrap; font-size: 50px; font-weight: 300;" data-ls="offsetxin:-100;
durationin:1200;
delayin:200;
Expand Down

0 comments on commit b440065

Please sign in to comment.