Tinypic problem, again! Goodbye picture
4 posters
Page 1 of 1
Tinypic problem, again! Goodbye picture
Is it possible to reduce the size of the "Goodbye" picture for all these pictures on the forum with only one intervention?
Last edited by HrvojeP on Wed Sep 11, 2019 11:12 am; edited 1 time in total
Re: Tinypic problem, again! Goodbye picture
See if this CSS code has any effect:
- Code:
img[src*="tinypic"]{
display:none !important;
}
Guest- Guest
Re: Tinypic problem, again! Goodbye picture
Thank you Occultist! The code works, but it hides the complete picture. I want to keep the picture but reduce its size.
Re: Tinypic problem, again! Goodbye picture
I see. In this case, replace the code with:
- Code:
img[src*="tinypic"]{
width:100px;
height:100px;
}
Guest- Guest
Re: Tinypic problem, again! Goodbye picture
My advice is re-host the image so you will not have the problem again
Re: Tinypic problem, again! Goodbye picture
Why would you want that image since TinyPic is closing?


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

» Change tinypic uploader picture to servimg
» Tinypic Problem?
» Picture Problem
» Picture problem
» problem picture
» Tinypic Problem?
» Picture Problem
» Picture problem
» problem picture
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum