Hey. On some posts I reblog, when there are reaction gifs, if they are too big they overlap my theme. How can I fix this?
you should set the size of the image in your css
img{width:with you want;
height:height you want;
}
NOTE: do not use img:!important in you codes because it will change all the images into the size you wanted. Just select the part which you wanted to change.








