resized all five images to the desired height in pixels, added the resulting width in pixels to the relevant section of workskin, and behold! it works!
thank you so much
(still need to decide whether I'm doing the same thing for the profile pics, in which case making a new skin for every work in which I have Insta posts kinda stops being optional bc the work skin will have to have a section for each different profile pic instead of folding them all under instAvatar, but this is no longer a "how code?" problem)
no subject
#workskin .instIcon1 {
height: 20px;
width: 22px;
margin: 0.3em 0.3em 0.1em 0em;
background-image: url("https://images.squidge.org/images/2024/02/12/Insta-heart.png");
clear: both;
position: relative;
background-repeat: no-repeat;
background-size: 100%;
display: inline-block;
}
resized all five images to the desired height in pixels, added the resulting width in pixels to the relevant section of workskin, and behold! it works!
thank you so much
(still need to decide whether I'm doing the same thing for the profile pics, in which case making a new skin for every work in which I have Insta posts kinda stops being optional bc the work skin will have to have a section for each different profile pic instead of folding them all under instAvatar, but this is no longer a "how code?" problem)