webnucleo
asked 11 years ago

Featured image to article (770×400), is possible resizing automatically?

1 Answers
DominicStaff
answered 11 years ago

Hi !
 – In our themes, featured images in articles are set as default, if you want to change the sizes of images, Login to Dashboard > theme option > add the following code lines:
 
<style>
.single .site-content > .post .entry-thumbnail img {
  width: 700px;
 
  height: 400px;
}
</style>

Regards,

Dominic

webnucleo
replied 11 years ago

Ok, thanks.

Powered by DW Question & Answer Pro