Skip to content

Commit

Permalink
Chore: Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Wagdy committed Aug 9, 2022
1 parent bef7e47 commit d0bc25b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
22 changes: 20 additions & 2 deletions examples/blur-hash/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ <h2 class="content-text">
<img
id="hero-section-image"
ci-params="ci_info=2"
ci-src="Main+image.jpg?vh=a1983b"
ci-src="Main+image.jpg"
width="3490"
height="1254"
ci-ratio="2.783"
ci-blur-hash="LdHL_0-qIUSQyGkBofo$SkaeRiRk"
alt="sea-coast"
/>
Expand Down Expand Up @@ -192,6 +195,9 @@ <h2>Responsive images, in real-time!</h2>
ci-src="House+img.jpg?vh=25e04c"
ci-blur-hash="LND]l3Mw9ZxuyGMxs+oz01kC%MRi"
alt="img"
width="1261"
height="1260"
ci-ratio="1"
id="left-column-image"
ci-params="ci_info=2"
/>
Expand Down Expand Up @@ -240,6 +246,9 @@ <h2>Responsive images, in real-time!</h2>
id="first-horizontal-image"
ci-src="Dresses+img.jpg?vh=59404a"
ci-blur-hash="LGFE.a0MMc$j0h}XtSx]Mwx]xuIn"
width="2008"
height="696"
ci-ratio="2.885"
alt="img"
ci-params="ci_info=2"
/>
Expand All @@ -255,6 +264,7 @@ <h2>Responsive images, in real-time!</h2>
<img
ci-src="Dresses+img.jpg?vh=59404a"
alt="img"
ci-ratio="2.885"
ci-blur-hash="LLFaj=J822{v0:x^^PE2t-Q-IAX."
id="second-horizontal-image"
ci-params="ci_info=2"
Expand All @@ -281,7 +291,9 @@ <h3>Original Image</h3>
<img
ci-params="func=fit&w=400&h=400&bg_colour=f2f7fa"
ci-src="shayna-douglas-VibRcV8tMDM-unsplash.jpg?vh=feb096"
alt="car-image"
width="400"
height="400"
ci-ratio="1"
ci-blur-hash="LMAw^[email protected]"
/>
<pre class="original-image-code-block">
Expand All @@ -299,6 +311,9 @@ <h3>Simple Crop</h3>
ci-src="shayna-douglas-VibRcV8tMDM-unsplash.jpg?vh=feb096"
ci-blur-hash="LMAw^[email protected]"
ci-params="func=crop&w=400&h=400"
width="400"
height="400"
ci-ratio="1"
alt="unsplash-image"
/>
<pre class="original-image-code-block">
Expand All @@ -318,6 +333,9 @@ <h3>Auto Crop</h3>
ci-params="w=400&h=400&func=crop&gravity=auto"
ci-src="shayna-douglas-VibRcV8tMDM-unsplash.jpg?vh=feb096"
alt="car-image"
width="400"
height="400"
ci-ratio="1"
ci-blur-hash="LMAw^[email protected]"
/>
<pre class="original-image-code-block">
Expand Down
1 change: 0 additions & 1 deletion examples/low-preview/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ <h4>Filerobot UI Family</h4>
</div>
</div>
</section>
<script async defer src="https://<sub>.twic.pics/?v1"></script>
<script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/lazysizes.min.js"></script>
</body>
</html>

0 comments on commit d0bc25b

Please sign in to comment.