Please Log in or Create an account to join the conversation.
Und so sollte der Image tag aussehen@media (max-width: 480px) {
.hidden-image {
display: none;
}
}<img class="hidden-image" src="bild.jpg" alt="?" title="?" />
Please Log in or Create an account to join the conversation.