MG 2.0 Cannot resize thumbnails

Gator

Well-known member
I changed the dimensions of the Media thumbnails and ran the rebuild media thumbnails, but they did not change in size. I tried both GD and Imagemagick, but neither libraries were able to change the size. Any suggestions?
 
I was able to resize photo images, but the embed thumbnails remained unchanged.
I could not find a Style Property for the forum embed thumbnails in XFMG 2, you should be able to adjust it manually by adding this CSS in EXTRA.LESS
CSS:
.embeddedMedia {
    width: 560px;
}
(adjust size as required)
 
Top Bottom