I try to add class in javascript to div, but it doesnt work.
Here's the div where I want to add class on it:
postimage.style.container = {"margin-bottom": "0.5em", "margin-top": "0.5em"};
I try to
container.className += ' additionalClass';
or
container_div.setAttribute('class',"classname")
but it doesn't work
It's div and code in browser looks like https://image.prntscr.com/image/FGSl9DXvSQybCEeYx2qIDA.png
Full plugin code: https://postimages.org/plugins
I tried this, but it doesn't work for me Change an element's class with JavaScript