Skip to content

Customize the css class for the thumbnail img #325

@jason19970210-senao

Description

@jason19970210-senao

Mentioned in subject, the current config for the img class in css just like below:

img {
  max-width: 100%
}

and for my case, I would like to display the img thumbnails with the following:

img {
    height: 250px;
    object-fit: cover;
}

Nice to have this customization for our own blog style !!
Appreciate!!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions