Archived topic
image elements do not have explicit width and height
19 replies · Started by liz on September 12, 2021
On 0:15 of the video I shared, shows the bottom of the page.
I didn't see any images that aren't centered. Can you share what you see on your end? and perhaps provide a mockup image of how you want it to be laid out?
Let us know. :D
Vin,
That's a mobile screen? On my end, I cannot see the black woman and the black guy on screen..Google is also sending me an error message regarding mobile usability...
Ah I see what you mean now. I've checked the page on a much smaller phone and it looked different.
Try adding this CSS:
@media (max-width:768px){
.wp-show-posts-image {
width: 100% !important;
}
}
Vin..yesss!! thanks alot =)
No problem. Glad it's sorted now. :D