Notifications
Clear all

Width of GIFs not ideal

3 Posts
2 Users
0 Likes
379 Views
Posts: 5
Customer
Topic starter
(@sean-callahan)
Member
Joined: 2 years ago

I've installed the Giphy add-on plugin and the animated gifs have a width of ~195px. Regardless of what I'm doing to the CCS I can't increase the size of the animated gifs. Ideally, I'd like to make the GIFs like 400px. Something larger than 195px. Can you please take a look and let me know what I'm doing wrong? See example here (the actual Simpsons animated gif is actually 500px wide). 

/*GHIFY */
img.wpf-gif-lazy { 
	max-width:100% !important;
	background-color: #FFFFFF !important;

}

 

 

2 Replies
Posts: 5
Customer
Topic starter
(@sean-callahan)
Member
Joined: 2 years ago

Also, what can I do to change the position of the Giphy icon from the bottom right-hand corner to next to the emoji icon button? Seems like that is a more intuitive spot for it. Thanks for your help!

Screenshot 2023 02 25 at 9.36.09 PM

 

Reply
Kyle
Posts: 728
 Kyle
Admin
(@kylew)
Prominent Member
Joined: 3 years ago

Hi @sean-callahan

Use the Below CSS code to change the gif size:

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img.wpf-gif-lazy {
    width: 250px !important;
    height: auto !important;
}

About the button plce, I'm sorry but there are no options to that.

Reply
Share:
Scroll to top