ikeq / hexo-theme-inside

🌈 SPA, Flat and clean theme for Hexo https://blog.oniuo.com/theme-inside
MIT License
684 stars 96 forks source link

Customize the css class for the thumbnail img #325

Open jason19970210-senao opened 2 years ago

jason19970210-senao commented 2 years ago

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