Notifications
Clear all

[Solved] Gif are too little after update on PC

2 Posts
2 Users
0 Likes
321 Views
Posts: 3
Topic starter
(@edzio-3000)
Active Member
Joined: 2 years ago

Look at this:

https://iluminata.pl/wskaznik-fundamentalny-cena-do-sprzedazy-p-s/#comment-556

 

It is good for mobile but terrible for PC and Tablets.

Can You fix it in next update?

 

Cheers,

Lukas

1 Reply
Astghik
Posts: 5911
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi Lukas,

We don't see any issue here. Everything is working as it's designed. Please watch this video: https://www.screencast.com/t/Lm3Xjoxuo3G1

Anyway, you can change the size if you want using the CSS code below: 

//change size on  PC and Tablets.
div#wpdiscuz-tenor-powered-by img {
   max-width: 50%;
}
//change size on mobile devices
@media screen and (max-width: 600px){
   div#wpdiscuz-tenor-powered-by img {
     max-width: 100%;
   }
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

Share:
Scroll to top