Open jason19970210-senao opened 2 years ago
Mentioned in subject, the current config for the img class in css just like below:
img
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!!
Mentioned in subject, the current config for the
img
class in css just like below:and for my case, I would like to display the img thumbnails with the following:
Nice to have this customization for our own blog style !! Appreciate!!