No problem! Right now I’m working on adding the ability to paginate/side scroll like you do on YouTube, and as I explore the code I’m finding many quirky things.
From what I can tell it may be the width at which it IMPORTS the images, which then get scaled down to the correct size based on your columns, which sadly were written to be static. So I had 4 columns; the code has static width % set for 1 – 10 columns (if you go beyond 10 you need to add more lines to the source code manually – this is also the location you can alter to set fixed widths); my image width was set to “70” so it was importing the static image at 70px wide and then scaling UP to 199px (which was the 25% width from my 4 column output).
I think when I set the image width to 480 it changed the IMPORT of the static image at 480px, and then scaled DOWN to 199px, making the image look great.
I’m starting to learn this thing decently as I customize it, so any other questions hit me up and I’ll see if I know anything.
PS. I haven’t done web code in 12 years, my last website went offline in 2003, so assume my skills are VERY novice! ??