Chocolate Frogs (
chocolatefrogs) wrote in
fandom_icons2025-10-06 09:47 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
aspect-ratio
works just fine on DW, i was just not using it correctly so the problem was in front of the keyboard and not in the code, hahaaspect-ratio
(<- this is a link to mozilla's developer resources) but that property doesn't seem to work on dreamwidth -- when i put it in my custom CSS, it doesn't seem to do anything, and it gets highlighted in red. (it works okay when i try it in online CSS editors, so i think it's not my mistake that's causing this.)aspect-ratio
on DW, i need to cobble together some other solution, but i'm completely out of ideas. is this possible to achieve without aspect-ratio
, or should i just change my idea to something that can be done on DW?.module-content .userpic {
position: relative;
left: 280px;
bottom: -65px;
border-radius: 50%;
width: 50px;
height: 50px;
border-style: solid;
}
!