StudentTraineeCenter / stcblog-wp

MS Fluent based WordPress theme for studuj.digital blog.
https://studuj.digital
GNU General Public License v3.0
9 stars 1 forks source link

Fix cover image bug #91

Closed petrkucerak closed 2 years ago

petrkucerak commented 2 years ago

Problem is caused by class

html :where(img) {
    height: auto;
    max-width: 100%;
}

from wp core file wp-includes/css/dist/components/style.min.css.