HTML differences between WAMP and “live”
-
I’m setting up a new WP config and decided to run it locally on my WAMP configuration where I’ve had several other sites running with no problem. The main reason to run it locally vs on the live site is I need to demo it at a location where I won’t have internet access.
I’m seeing that the html that’s coming across on the wamp configuration is different from the live server and I’m not sure where to start finding out *why*
Live:
<img width=”600″ height=”325″ src=”[https://canecreek828.com/wp-content/uploads/2023/08/Bakersville.jpg](https://canecreek828.com/wp-content/uploads/2023/08/Bakersville.jpg)” class=”attachment-post-thumbnail size-post-thumbnail wp-post-image” alt=”Welcome to the Cane Creek temp site” decoding=”async” style=”height:clamp(15vw, 30vh, 400px);object-fit:cover;” fetchpriority=”high” srcset=”[https://canecreek828.com/wp-content/uploads/2023/08/Bakersville.jpg](https://canecreek828.com/wp-content/uploads/2023/08/Bakersville.jpg) 600w, [https://canecreek828.com/wp-content/uploads/2023/08/Bakersville-300×163.jpg](https://canecreek828.com/wp-content/uploads/2023/08/Bakersville-300×163.jpg) 300w” sizes=”(max-width: 600px) 100vw, 600px”>
wamp:
<img width=”600″ height=”325″ src=”[https://canecreek828.com/wp-content/uploads/2023/08/Bakersville.jpg](https://canecreek828.com/wp-content/uploads/2023/08/Bakersville.jpg)” class=”attachment-post-thumbnail size-post-thumbnail wp-post-image” alt=”Welcome to the Cane Creek temp site” decoding=”async” style=”height:clamp(15vw, 30vh, 400px);object-fit:cover;” fetchpriority=”high”>
I’m using a post grid for the homepage and the result of this difference is the featured images aren’t being resized for display. I’m getting the full-size image each time.
Not sure what other info you’ll want to see so please ask away.
The domain hasn’t been registered yet so don’t bother trying to see the live site.
Here’s what the WAMP output looks like
Here’s the “live” output
- The topic ‘HTML differences between WAMP and “live”’ is closed to new replies.