Conversation
supportJust found a funny bug: the opacity change doesn’t work when I set my WordPress language to Dutch, because the plugin sets the opacity value to “0,01” – we use commas for decimals in Dutch – but that’s not valid CSS. When I switch to English it uses “0.01” and it works fine. Could you fix this?
opacity is in % just write there 1 that’s it there shouldn’t be any decimals
opacity is in % just write there 1 that’s it there shouldn’t be any decimals