Hello everyone! My name is Mauro Cordeiro, and I come from Brazil. I am just diving into the world of coding and have been following various tutorials. Stack Overflow has been an invaluable resource for me in my learning journey!
Aside from coding, I am also a musician and character animator. Currently, I am working on finalizing my band's official website called LeatherJacks. However, delving into the world of coding has sparked a newfound passion in me!
One question that I have pertains to media queries and loading content on responsive websites.
While building my responsive website, I have included several "Link Rel" codes in the HTML for different resolutions. However, when I resize my browser to 816px width, it only loads the CSS style without loading the corresponding HTML file tailored for mobile resolution.
I have tried using a jQuery If/Else conditional with "Location", but unfortunately, it did not yield the desired results.
My goal is to have a page that seamlessly transitions both CSS and HTML elements when resized to 816px or lower.
The other resolutions (1920px, 1368px, and 1000px) work perfectly, thanks to utilizing percentage values!
Thank you all for any assistance you can provide as I aim to complete and publish my page!
Let's rock on!
Mauro.