Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-gro <grossnik@tuvok>2018-05-11 13:55:58 +0300
committerit-gro <grossnik@tuvok>2018-05-11 13:55:58 +0300
commitb7401831da23c8ad6e1c00bc51ef548708a6ee95 (patch)
tree503268548a684f7c81ee56009d4424d4d514469b /exampleSite
parent476f5409c741c8fad1602efead54d57b2083ab3a (diff)
Merge from other repo
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/pages/showcase/gallery-01.md56
1 files changed, 5 insertions, 51 deletions
diff --git a/exampleSite/content/pages/showcase/gallery-01.md b/exampleSite/content/pages/showcase/gallery-01.md
index 379be70..b7e46c1 100644
--- a/exampleSite/content/pages/showcase/gallery-01.md
+++ b/exampleSite/content/pages/showcase/gallery-01.md
@@ -1,21 +1,17 @@
---
-title: "Gallery with image processing"
-date: 2018-05-08T22:25:44+02:00
+title: "Gallery pixabay.com"
+date: 2018-04-06T19:10:03+02:00
resImgTeaser: teaserpics/pixabay.com/paint-2985569_640.jpg
teaserpicNotOnPage:
icon: "fas fa-images"
-toc: true
-description: "with pictures from pixabay.com"
+description: "Pictures from pixabay.com"
tags:
- Showcase
- - shortcodes
- - resources
- - images
categories:
- This Theme
---
-# Demo with images from pixabay.com
+
{{< res-gallery-load-photoswipe >}}
using shortcode:
{{< highlight nolang >}}
@@ -24,9 +20,9 @@ using shortcode:
{{< res-gallery match="**/pixabay.com/*" caption-position="bottom" caption-effect="fade" hover-effect="slideup" >}}
-# See more here
* More examples:
[Images taken from ...](../../hugo-theme-w3css-basic/images-taken-from/)
+ don't miss: [Using thumbCmd and thumbOpt](../../hugo-theme-w3css-basic/images-taken-from/gohugoio-teaserpics/)
* See [Gallery with image processing (shortcode res-gallery)]({{< relref "pages/hugo-theme-w3css-basic/page-shortcodes/index.md#res-gallery" >}})
and [Figure with processing (Demo shortcode res-figure)]({{< relref "image-processing-with-hugo" >}}) as well
@@ -34,45 +30,3 @@ using shortcode:
* Compare with [shortcode heg-gallery]({{< relref "pages/hugo-theme-w3css-basic/page-shortcodes/index.md#heg-gallery" >}})
and [shortcode heg-figure]( {{< relref "pages/hugo-theme-w3css-basic/page-shortcodes/index.md#heg-figure" >}})
as well
-
-
-# Demo (gohugo.io) using thumbCmd and thumbOpt
-
-* more then one gallery on same page :smile:
-
-using shortcode:
-{{< highlight nolang >}}
-using shortcode: {{</* res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fill" thumbOpt="200x200" */>}}
-{{< /highlight >}}
-
-{{< res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fill" thumbOpt="200x200" >}}
-
-using shortcode:
-{{< highlight nolang >}}
-{{</* res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fit" thumbOpt="200x200" */>}}
-{{< /highlight >}}
-
-{{< res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fit" thumbOpt="200x200" >}}
-
-using shortcode:
-{{< highlight nolang >}}
-{{</* res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fill" thumbOpt="200x100" */>}}
-{{< /highlight >}}
-
-{{< res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fill" thumbOpt="200x100" >}}
-
-using shortcode:
-{{< highlight nolang >}}
-{{</* res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fit" thumbOpt="200x100" */>}}
-{{< /highlight >}}
-
-{{< res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fit" thumbOpt="200x100" >}}
-
-
-using shortcode:
-{{< highlight nolang >}}
-{{</* res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fit" thumbOpt="100x200" */>}}
-{{< /highlight >}}
-
-{{< res-gallery match="teaserpics/gohugo.io/*" thumbCmd="Fit" thumbOpt="100x200" >}}
-