Optimization of doom

It is necessary to add the ability in the constructor to delete elements from the website at specific breakpoints. Not just hiding them, but actually removing them -

  • the idea is that these elements should be completely gone from the website
    This will allow creating websites with better SEO by removing unnecessary sections and elements at different breakpoints.
1 Like

upd. sorry, misreading, of course we can’t set a breakpoint as a condition

Aren’t the conditions for these purposes?

1 Like

+1

agree with zanku here

That is very interesting and useful to reduce unneeded DOM elements on mobile AND on desktop especially when we need duplicate sections (in special cases) for mobile.

Having the ability to set a condition to render or not render an element depending on breakpoint would be great!