The page image metadata

Deprecated

Replacement

The images metadata has been replaced by:

Why?

  • It was too complicated for the user to get a grasp of which image would be used for which usage.
  • It was not possible to see the default usage value.

The first idea was to be able to upload a bunch of images with different ratios and to choose the best but it's not following the kiss principle. The development direction is to upload one image and to be able to transform it as wanted.

Old documentation

image is a page metadata that defines an illustrative image for the page.

Usage

Page Image

The image can be rendered with the page-image component in:

Example for this page:

  • The markup
<page-image width="300px"/>
  • The output:

Stock Image Surfer In The See

Social

The image is added into social cards such as twitter, google or facebook.

How to set the images from the page ?

The recommended images are:

  • high-resolution (minimum of 300,000 pixels when multiplying width and height, to avoid blurry, unclear images)
  • with the following aspect ratios: 16×9, 4×3, and 1×1 (to avoid cropping)

Metadata Manager

You can set the path of your image in the metadata manager.

Page Image Metadata Manager

You can't upload from the metadata manager

Note that you can't upload the images with the metadata manager for now, therefore:

  • you need to upload your image while editing first (note that the first image in your page is by default the page image).
  • or you can edit the frontmatter directly.

Frontmatter example:

  • Single Image
{
    "image": ":photos:1x1:photo.jpg"
}
  • Multiple:
{
    "image": [
         ":photos:1x1:photo.jpg",
         ":photos:4x3:photo.jpg",
         ":photos:16x9:photo.jpg"
    ]
}

Moving image path with the move plugin will update their path.




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Recommended Pages
Undraw My Documents
App - WebSite Home Page

The website home page is the web page shown when a URL to your website (domain) does not have any path. For instance: This is also known as the top or root index page of the page...
Google Article Card
ComboStrap Metadata - Article Page (News, Blog)

article is a type of page that defines a page where most of the content is textual and is meant to be read. This type of page understands also the subtype: news blog Example: wiki article, ...
Stock Image Surfer In The See
How to use the image tag in ComboStrap

Combostrap supports raster and vector images. This page shows you how to add an image with syntax and examples.
Move Plugin Rename
Page Move

ComboStrap supports the move of a page via the plugin:movemove third party plugin For each page move, we: rename the page link rename the image link and page image take into account the backlink...
Surfer600
Page-image Component: Renders the illustrative image of your page

Page-image is a component that renders the illustrative image of the page and is generally used in a fragment.



Task Runner