ok so i couldn't accomplish an in-frame moodboard bc for whatever reason, even tho i have all my pages set to be within proper width, it kept messing up alignment-wise. so i guess i'll make separate pages :,) not my ~ vision ~ but might work out better
Maybe try css grid for your iframes? That sounds like a perfect usage for an iframe Moodboard! If you set all widths to 1fr it will auto resize to window so need for media queries to make responsive websites!
Don't know what your vision was, but if you're comfortable with jquery, have you tried: $("#targetdiv").load("xyz.html"); instead? I find this less clumsy than iframes since it won't behave independently from the rest of the page. :)
Maybe try css grid for your iframes? That sounds like a perfect usage for an iframe Moodboard! If you set all widths to 1fr it will auto resize to window so need for media queries to make responsive websites!
I meant no need for*
Don't know what your vision was, but if you're comfortable with jquery, have you tried: $("#targetdiv").load("xyz.html"); instead? I find this less clumsy than iframes since it won't behave independently from the rest of the page. :)
everyone's feedback is insightful and good but i think y'all are underestimating how Dumb i am :,)