is it possible to add dom on docxImage
Posts made by sagarxoxo
-
RE: make Image horizontal docx
is there any way to make apply css on images docx "object-fit: cover"?
-
RE: make Image horizontal docx
arr.length cannot read properties of undefined (reading 'length')
-
RE: make Image horizontal docx
Can you please provide an example in playground @bjrmatos @jan_blaha
-
RE: make Image horizontal docx
@bjrmatos Thank you so muchh... Its working Now.
Also one more thing how can we use if else like this
{{#if images.length === 2 }}
run this code
{{/if}}How can we check array.length is equal to 2 or not?
-
make Image horizontal docx
I have a array of images like this
"elements":[
{
"images":["img url", "img url", "img url", "img url",]
},
{...},
]When I use loop in the array the image is coming one after the other. I want the image horizontal.. Here is the ss of code.
When I run the o/p isI want the image should come horizontal