End of Support for Joomla 3 - Forum closed

Mobil ausblenden

  • knuddle
  • knuddle's Avatar Offline Topic Author
  • Junior Boarder
  • Junior Boarder
  • Posts: 39
  • Thank you received: 0

Mobil ausblenden was created by knuddle

Posted 8 years 6 months ago #9999
Hallo,
ist es möglich Inhalte von Beiträgen bei mobilder Ansicht auszublenden?

Bei Modulen etc. ist es ja kein Problem die Anzeige zu steuern, aber kann ich die Bilder die Inhalt eines Beitrages sind auf mobilen Geräten auch ausblenden?

MfG
Philipp
by knuddle

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Mobil ausblenden

Posted 8 years 6 months ago #10002
Hallo, dass ist etwas komplex.
Erstellen sie eine CSS Klasse für ihre Bilder, die bei einer bestimmten Browsergröße nicht angezeigt werden sollen ( media queries)
developer.mozilla.org/en-US/docs/Web/CSS.../Using_media_queries

Dieser Code kommt in ihre css/custom.css

@media (max-width: 480px) {
.hidden-image {
display: none;
}

Und so sollte der Image tag aussehen

<img class="hidden-image" src="bild.jpg" alt="?" title="?" />

}
Last Edit:8 years 6 months ago by joomlaplates
Last edit: 8 years 6 months ago by joomlaplates.

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates

Installations-Service

Don´t waste your time, we install your purchased Template
with the "Demo Content" within the next 24 hours.

Buy Now - 59€

Joomlaplates/Theme-Point is not affiliated with or endorsed by Open Source Matters or the Joomla! Project

Copyright © 2022 JoomlaPlates | Professional Joomla Templates with Uikit 3

Disclaimer & Privacy | License