Thank you for the tip! I did not notice. Also, to get the custom thumbnail:
add this script to your index.html file, make a folder of your choice (I just made a /preview/ folder), add a new index.html file to THAT folder, and use that to make your custom preview. Here's mine for ref
const urlParams = new URLSearchParams(window.location.search); if (navigator.userAgent.includes('Screenjesus')) { window.location.replace("/preview/"); }
all you have to do is copy the javascript and paste it where you want the calendar to appear, then in your style tags put the table and td css wherever, it doesn't really matter. for iframes, do the same thing in your iframe page html then put (1)
< iframe src="link to your iframe" width="100%" height="100%" frameborder="0" style="margin: auto;" >< / iframe > on your main page without the spaces, and then it should work! hope this helps ^_^
It worked!! Thank you SO much for your help on all of this <3 (I LOVE the site btw. Had to follow!!!!)
It's so cute!!! I love how you fit so much into one space and the Angel Pretty header is very slay
Very cute! Only thing is that the 2 central columns are not nesting next to each other on a 16:9 screen. Used a node screenshot to show what I mean: https://imgur.com/a/EeFTLjV
that's weird, i see it on my screen like this https://files.catbox.moe/23psri.png idrk how else to show you
the rest of your website is fine on my screen but for me the bottom of the homepage is like. a bit jumbled up if that makes sense
@bugkisser i think it might be a browser issue (?) but it might be beacuse link me and the countdown is both float:right; I will investigate later..