looked at that already, I got the images down, those were easy because they are in the body of the page, the hard part is getting an image in a table to use responsive,like the below...there is no way to make the url background an amp image that I can find.
table.example-table {
background-color: rgba(0, 0, 0, 0);
background-image: url("https://www.landofvenus.com/imagesnew/main_new_BG4.jpg");
background-repeat: repeat;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto auto;
}
Quote:
Originally Posted by Colmike7
|