How not to apply lazy on Avatar picture
-
I would like not to lazy-load avatar pic in the post beginning because it behave very strange, it shrinks 20-30 times and all content goes below until avatar pic loads.
Avatar pic is actually a function:
get_avatar( get_the_author_meta( ’email’ ), ’40’, ”, ‘author-avatar’, array( ‘class’ => ‘authorpic’ ) );
I tried with excluding class authorpic, but it doesn’t work. Do you have some idea how to solve this.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How not to apply lazy on Avatar picture’ is closed to new replies.