Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Jan 12, 2015
1 parent 0012917 commit 2d0c06c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion animate.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
height: auto;
}

.lazyloading {
.lazyloading:not(iframe) {
opacity: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h3>responsive image with srcset and <strong>automatic sizes</strong> attribute<
<div class="col-sm-12">
<div class="thumbnail">
<div class="intrinsic intrinsic-2">
<iframe data-src="//www.youtube.com/embed/ZfV-aYdU4uE" frameborder="0" allowfullscreen="" class="lazyload no-src">
<iframe data-src="//www.youtube.com/embed/ZfV-aYdU4uE" frameborder="0" allowfullscreen="" class="lazyload">
</iframe>
</div>
<div class="caption">
Expand Down
2 changes: 1 addition & 1 deletion lazysizes.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion no-src.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
height: auto;
}

.lazyloading {
.lazyloading:not(iframe) {
opacity: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/bgset/ls.bgset.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/include/ls.include.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d0c06c

Please sign in to comment.