Archived topic
Editor Image Large in Comment Section
3 replies · Started by John on September 13, 2018
Hello
In comment section, Editor image show larger. It looks Odd. Screenshot - https://prnt.sc/ktyh3o
How can I solve this issue?
Thanks
Hi there,
first off can you clear your plugin cache, then switch of the cache so we can tell if its cache related. If not then we need to check the lazy loader as the IMG is not carrying the expected width and height properties it should have.
After clear cache deactivate Wp-rocket. Please check now
Hi there,
do you have a plugin for customising the avatar as i am seeing this sab-custom-avatar class?
If so can you disable that and check, if not can you disable the lazy load plugin, as the image is missing its height and width properties.
Alternatively you can get round it with this CSS:
.comment-meta .avatar {
height: 50px;
width: 50px;
}