Please Log in or Create an account to join the conversation.
<img class="uk-visible-large" src=".png" alt="?" border="0" align="left" width="?" height="?" />
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Hier werden nun alle Bilder, die in dem DIV sind nicht angezeigt ( bei einer Screengröße von weniger als 768px)@media (max-width: 768px) {
.ihre-div-klasse img {
display: none;
}
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.