Skip to content

Customize the css class for the thumbnail img #325

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!!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions