Don't load images an Smartphones but on tablets and PCs
Permalink 1 user found helpful
Hello forum,
Images generated by a blog entry:
Is it possible to show them on tablets and desktops but not on a smartphone?
With ordinary images it is possible.
Should we edit the css-files, or is there a shorter way to achieve this.
Regards
Toni
Images generated by a blog entry:
Is it possible to show them on tablets and desktops but not on a smartphone?
With ordinary images it is possible.
Should we edit the css-files, or is there a shorter way to achieve this.
Regards
Toni
You can make images invisible for certain screen sizes using media queries in css.
Give the image a class: "responsive-image"
Add css:
Hope this helps,
Grafoman