Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Use locomotive filter for placeholder images
Browse files Browse the repository at this point in the history
So they'll load when the site is hosted by Engine. Last minute fix during
today's first session of usability testing.
  • Loading branch information
cappadona committed Apr 21, 2016
1 parent 6a0918e commit 7a9f7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/pages/index.liquid.haml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ listed: false
%i.fa.fa-angle-double-right
%section.featured__side-image
%img.img-responsive.img-faded{:alt => "Abstract placeholder", :src => "/images/events/abstract-placeholder.jpg"}/
%img.img-responsive.img-faded{:alt => "Abstract placeholder", :src => "{{ 'events/abstract-placeholder.jpg' | theme_image_url }}"}/
%section.available-now
%h4.available-now__heading.lead-in
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/news-events/events.liquid.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ is_layout: false
#events-container{"booked-username" => "{{site.metafields.sensitive_data.booked_username}}", "booked-password" => "{{site.metafields.sensitive_data.booked_password}}"}
.events
.event-feature
%img.img-responsive.img-faded{:alt => "Abstract placeholder", :src => "/images/events/abstract-placeholder.jpg"}/
%img.img-responsive.img-faded{:alt => "Abstract placeholder", :src => "{{ 'events/abstract-placeholder.jpg' | theme_image_url }}"}/
.btn-group.feature{"aria-label" => "Featured Events", :role => "group"}
%button.btn.btn-default{:type => "button"}
%i.fa.fa-caret-left
Expand Down

0 comments on commit 7a9f7e2

Please sign in to comment.