Gabz
Gabz

@amit is there a way to have Paper (I donโ€™t know if resize is the right term) video clips to match the size of images? In small screen the video seems wider that the pictures. See this post as an example. Or is that a Micro.blog thing? cc @manton

|
Embed
Progress spinner
skoobz
skoobz

@Gaby

img, video, embed, iframe {
	max-width: 100%;
	border-radius: 5px;
	height: auto;
}
|
Embed
Progress spinner
Gabz
Gabz

@skoobz ha! I knew there had to be a way, thank you!

|
Embed
Progress spinner
amit
amit

@Gaby @skoobz Nice! I will get this added to theme ๐Ÿ‘๐Ÿฝ

|
Embed
Progress spinner
skoobz
skoobz

@amit That bit of CSS is always in my custom code.

|
Embed
Progress spinner