Forums

RS-Linkify Thread is sticky

Quick find code: 261-262-33-65181208

MaxQ
Jan Member 2021

MaxQ

Posts: 1,951 Mithril Posts by user Forum Profile RuneMetrics Profile
*Waves*

Recently did a fresh windows 7 install and came across my Linkify folder with all the edited forum avatars, brings back memories! Going to stalk this thread more often to see if people still need avatars edited! :P

02-Feb-2015 12:08:13

Ryan M
May Member 2008

Ryan M

Posts: 3,095 Adamant Posts by user Forum Profile RuneMetrics Profile
Just wondering why images loaded from at least the secure site of RS does not load unless they are done in spoiler tags? Also, would it be possible to scale video files to their actual size if it's smaller than the width of a post? It's odd to see this blown up:

HTTPS://secure.runescape.com/m=mtxn_rs_shop/cb=1/media/img/categoryItems/wardrobe/outfits/nomad_outfit/gallery1.mp4

­­­­
Testing from the following API since they are not officially in the store yet:
https://secure.runescape.com/m=mtxn_rs_shop/api/config?context%5b0%5d=0

GameBlast 2 :
• Male:
https://secure.runescape.com/m=mtxn_rs_shop/cb=1/media/img/categoryItems/wardrobe/outfits/gameblast_outfit/gallery1_poster.jpg

• Female:
https://secure.runescape.com/m=mtxn_rs_shop/cb=1/media/img/categoryItems/wardrobe/outfits/gameblast_outfit/gallery2_poster.jpg

• Art:
https://secure.runescape.com/m=mtxn_rs_shop/cb=1/media/img/categoryItems/wardrobe/outfits/gameblast_outfit/gallery3.png

Nomad Outfit :
• Male:
HTTPS://secure.runescape.com/m=mtxn_rs_shop/cb=1/media/img/categoryItems/wardrobe/outfits/nomad_outfit/gallery1_poster.jpg

• Female:
HTTPS://secure.runescape.com/m=mtxn_rs_shop/cb=1/media/img/categoryItems/wardrobe/outfits/nomad_outfit/gallery2_poster.jpg

• Walk/Run animation:
HTTPS://secure.runescape.com/m=mtxn_rs_shop/cb=1/media/img/categoryItems/wardrobe/outfits/nomad_outfit/gallery3_poster.jpg

• Art:
HTTPS://secure.runescape.com/m=mtxn_rs_shop/cb=1/media/img/categoryItems/wardrobe/outfits/nomad_outfit/gallery4.png

02-Feb-2015 12:08:18

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
Hiya MorgyPie ­<3

­­­­

Hiya MaxQ * Waves *

Those early avatar days were fun. You were there right from the start too. Glad to hear you'll stalk this thread a bit more :)

­­­­

Hiya Ryan M :)

Okay, I can see what's happening. The code I put in for inserting session ID's and for making runelabs shorthand is returning a value on links from the two domains (ht tp://services.runescape.com and h ttps://secure.runescape.com)

So the embedding routine at the end is never reached. The uppercase HTTP doesn't get matched in the runelabs routine thus the url reaches the embedding part and is handled according the case of the HTTP.

Anyway if that makes any sense to you, then you probably understand it better than I do. I have it fixed right now, after a little testing I'll push out an update.

As for the video, I haven't looked yet but I will do something about that very soon. The sizing was actually a workaround for an issue pertaining to massive browser reflow issues. I couldn't reproduce it elsewhere. I found setting the width to the containing element's max width, stopped it, and I haven't revisited it since. That was ages ago and I don't even know if still an issue.

Thanks for making me aware of these things, it's big help :)

02-Feb-2015 13:21:50

Ryan M
May Member 2008

Ryan M

Posts: 3,095 Adamant Posts by user Forum Profile RuneMetrics Profile
I get the jist of the issue and why it appeared now. Looking back at the video, I'd say change line 714 from:

return '<video width="100%" controls ><source src="' + str + '" type=video/' + temp.slice(1) + '></video>';


To:

return '<video width="auto" style="max-width:100%;" controls ><source src="' + str + '" type=video/' + temp.slice(1) + '></video>';


The only thing I can think that the width was attempting to be 100% was to keep text or other images from floating to the right of the video.

02-Feb-2015 13:50:21

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
Thanks again for your help, Ryan M :)

Width auto works great with HTML5 video formats, so I've made some changes there.

Anything that loads in an iframe is different though, like youtube and others. Auto does nothing and the vids end up tiny. This is usually the case with iframe source from a different origin.

I just wish everything was .mp4 or .ogv. Scrap the rest, and get rid of those silly propriety formats like gifv and such.

Flash video should go too, I can't fathom why twitch is all flash. Flash it's fine for some things because of action script, or when you need full transparency behind the scene. But really, it's had it's day as far as video goes.

Okay, my little rant about formats is over, just had to get it out after testing a load of different video formats.

Version 3.1.7.37 should be live soon is live now, and I think everything mentioned on this page has been addressed in some way :)

02-Feb-2015 14:52:01 - Last edited on 02-Feb-2015 14:54:40 by Indecent Act

Quick find code: 261-262-33-65181208 Back to Top