Can't change GIF size on embedded GIF

Posted in: Newspaper
Post count: 87

Hi,

Last image on this article is a GIF:

https://www.a-c-d.net/perspective-suzanne-saroff/

Even though I change the size to 1920 x 1920 it keeps showing its original size on 520 x 520.

Is there a way to change this?

Thanks

Post count: 20688

Hi,

From what I can see that is the default size for the gif image
https://www.a-c-d.net/wp-content/uploads/2018/02/Rollinh-1.gif
You could force it to occupy the full post content space, like this
https://www.screencast.com/t/kiOcwLkpci

.td-post-content p img {
width: 100%;
}

Thanks

Post count: 87

Perfect! You rock! Thanks again. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.