Dynamic Opacity For Background Image

Group Background Image and Dynamic Opacity

So i was trying to make a group background image change opacity based the screen size/responsiveness , so let’s say pc 80%, laptop 60%, table 30% and mobile 10%.

I saw that with classify and html element i would probably be able to write some css to not only set opacity levels for different screen sizes, but also make the background image resize dynamically based on screen sizes.

However i kinda have no idea what i would have to write in that case.

Thanks in advance.

you can use the dynamic expression to set an expression something like ‘page width is greater than 1200px’ formatted as text:converted to number.

In the format as text you can an input for yes and no…in the no you can continue the dynamic expressions like ‘page width is greater than 760px and is less than or equal to 1200px’ so that you can setup the different opacities based on the pc, laptop etc.

This topic was automatically closed after 70 days. New replies are no longer allowed.