Attention: Please take a moment to consider our terms and conditions before posting.
What's happened here?

Cafc43v3r
Posts: 21,600

0
Comments
-
Me too0
-
@bobmunro killed the shenanigans thread!2
-
This happened in a HoC thread the other day. Think the forum doesn't like the gif that was posted.0
-
Mike Ashley takeover confirmed
Charlton new home kit announced5 -
Which page?
0 -
6
-
So you done somefink then Bob.
2 -
aliwibble said:Which page?0
-
aliwibble said:Which page?0
- Sponsored links:
-
You breaka da threada. You pay for da threada.1
-
All well and back to normal now.0
-
robinofottershaw said:aliwibble said:Which page?
0 -
The thread couldn't stand the pace, pale imitation of the greatest thread of all time.
The takeover thread never lost it like that.
Close the bonkers thread.1 -
Just deleted it. BobMunro dropping filth all over the site8
-
AFKABartram said:Just deleted it. BobMunro dropping filth all over the site
charltonbob has just put it back!
2 -
Weirdly it shows correctly in his quote!
(I actually thought you’d posted a reaaaaaally long striped pic to artistically signify s never ending dreary saga) lol3 -
I though it was Grapevine49 gone all artistic1
-
@Cafc43v3r are you still having the same problem, or is it OK now?
0 -
AFKABartram said:Weirdly it shows correctly in his quote!
(I actually thought you’d posted a reaaaaaally long striped pic to artistically signify s never ending dreary saga) lolThat's cos I took a punt and tweaked something.@bobmunro can you repost the gif on this thread, and I'll run through what the problem was?
0 - Sponsored links:
-
AFKABartram said:Weirdly it shows correctly in his quote!
(I actually thought you’d posted a reaaaaaally long striped pic to artistically signify s never ending dreary saga) lolWell now you come to mention it - I had intended it to be an aesthetic representation of the self-fulfilling and quite frankly self-flagellating propensity we all have to wollow in the endless futility of our struggles.Either that or I mistakenly put up a dodgy gif.5 -
bobmunro said:AFKABartram said:Weirdly it shows correctly in his quote!
(I actually thought you’d posted a reaaaaaally long striped pic to artistically signify s never ending dreary saga) lolWell now you come to mention it - I had intended it to be an aesthetic representation of the self-fulfilling and quite frankly self-flagellating propensity we all have to wollow in the endless futility of our struggles.Either that or I mistakenly put up a dodgy gif.
Promising work1 -
aliwibble said:AFKABartram said:Weirdly it shows correctly in his quote!
(I actually thought you’d posted a reaaaaaally long striped pic to artistically signify s never ending dreary saga) lolThat's cos I took a punt and tweaked something.@bobmunro can you repost the gif on this thread, and I'll run through what the problem was?Not sure which site I got it from now - and I don't think this is the version as it is much smaller. Perhaps the size of the original one was the problem.
1 -
AFKABartram said:bobmunro said:AFKABartram said:Weirdly it shows correctly in his quote!
(I actually thought you’d posted a reaaaaaally long striped pic to artistically signify s never ending dreary saga) lolWell now you come to mention it - I had intended it to be an aesthetic representation of the self-fulfilling and quite frankly self-flagellating propensity we all have to wollow in the endless futility of our struggles.Either that or I mistakenly put up a dodgy gif.
Promising workThank you for the most promising feedback.Due to the esoteric nature of my work there are few who can perceive the hidden meaning. You are clearly one of them.Wibble.0 -
aliwibble said:robinofottershaw said:aliwibble said:Which page?0
-
bobmunro said:aliwibble said:AFKABartram said:Weirdly it shows correctly in his quote!
(I actually thought you’d posted a reaaaaaally long striped pic to artistically signify s never ending dreary saga) lolThat's cos I took a punt and tweaked something.@bobmunro can you repost the gif on this thread, and I'll run through what the problem was?Not sure which site I got it from now - and I don't think this is the version as it is much smaller. Perhaps the size of the original one was the problem.It wasn't the size per se, but the size attributes linked with the image.See how the gif below is stretched? That's because the height and width have been hardcoded in this post.If you quote this post and then hit the </> symbol, then somewhere in it you'll see this bit:<img alt="Alis stretched escher gif" src="https://i.imgur.com/Dr6Xnmb.gif" width="200" height="400">
So it's taken the gif and squeezed it into a box 200 pixels wide by 400 pixels high.Now for some reason the gif you posted on that thread had utterly bizarre height and width attributes. I can't remember the exact numbers, but it was something like this:<img alt="Alis stretched escher gif" src="https://i.imgur.com/Dr6Xnmb.gif" width="2276" height="1866883722">
Which means you ended up with a version so ridiculously vertically stretched, you couldn't tell it was a picture. You can probably fix it just by removing the height attribute, and it'll just scale correctly, but I usually hard code the width as it helps keep the images small and reduce the amount of scrolling we need to do. If you're a bit wary of changing it, just check that the size attributes don't look weird, and if they do, then use a gif from another site.
3 -
aliwibble said:@Cafc43v3r are you still having the same problem, or is it OK now?0
-
aliwibble said:bobmunro said:aliwibble said:AFKABartram said:Weirdly it shows correctly in his quote!
(I actually thought you’d posted a reaaaaaally long striped pic to artistically signify s never ending dreary saga) lolThat's cos I took a punt and tweaked something.@bobmunro can you repost the gif on this thread, and I'll run through what the problem was?Not sure which site I got it from now - and I don't think this is the version as it is much smaller. Perhaps the size of the original one was the problem.It wasn't the size per se, but the size attributes linked with the image.See how the gif below is stretched? That's because the height and width have been hardcoded in this post.If you quote this post and then hit the </> symbol, then somewhere in it you'll see this bit:<img alt="Alis stretched escher gif" src="https://i.imgur.com/Dr6Xnmb.gif" width="200" height="400">
So it's taken the gif and squeezed it into a box 200 pixels wide by 400 pixels high.Now for some reason the gif you posted on that thread had utterly bizarre height and width attributes. I can't remember the exact numbers, but it was something like this:<img alt="Alis stretched escher gif" src="https://i.imgur.com/Dr6Xnmb.gif" width="2276" height="1866883722">
Which means you ended up with a version so ridiculously vertically stretched, you couldn't tell it was a picture. You can probably fix it just by removing the height attribute, and it'll just scale correctly, but I usually hard code the width as it helps keep the images small and reduce the amount of scrolling we need to do. If you're a bit wary of changing it, just check that the size attributes don't look weird, and if they do, then use a gif from another site.0 -
1
-
We used to correct that with the vertical hold button.2