Stop Browsers Downloading Images on Mobile

Hi Jeff,

Thanks for coming back to me. I’m used to googling around and have found a couple of Webflow references to using Ajax with Webflow: Anyway to load content via ajax within webflow?

Min-width of 767px

@media screen and (min-width: 767px) {
/* Your responsive CSS */
}

Sounds like I need to move the carousel to another page, give the section an ID and then pull in?

Something like this code:

<script>

function loadcontent(cid) {

$('#viewport').load('content #' + cid);

}

</script>

Thanks

Matt