Feature #102373
closedCE per Viewports
0%
Description
Option to:
- add different content per viewport
- simply don't show CE on a specific viewport.
Updated by Garvin Hicking about 1 year ago
Could you elaborate on the feature request a bit more?
Viewports are more a thing of the frontend output, if I understand your intention correctly. Thus, you would need to use CSS viewport indicators to show/hide content. To specify, which content should be hidden or not, you could for example:
- Create a custom backend layout and create columns per viewport, then in the frontend output use CSS to access these specific columns
- Create/use a tt_content column to indicate viewport relation, so that in the frontend fluid you can attach CSS classes and show/hide them in different viewports
If I completely misunderstood your intent, I'd be curious to know more about your idea! :-)
Updated by Georg Ringer 7 months ago
- Status changed from New to Rejected
Hey,
I am rejecting this issue. any viewport should must work with the same HTML, therefore this is not possible.
as Ideas you can of course use e.g. the layout field or a custom field to just provide information to the frontend to set specific classes which then trigger the display/hide of content elements! be aware that from SEO this could be a bad habit
however, the core won't and can't change there