Bad resolution of the slides on mobile
-
Hello,
I need help with the settings of my slideshow. Desktop version looking good, mobile is pixelated. I got advice to create two identical slideshows and implement these attributes:
`/* Hide on desktop – Display the slideshow on mobile only */
@media (min-width: 768px) {
#metaslider-id-100 {
display: none !important;
}
}
/* Hide on mobile – Display the slideshow on desktop only */
@media (max-width: 767px) {
#metaslider-id-101 {
display: none !important;
}
}Both of my slideshows have parameters 700 width and 300 height.
After all these settings I got desktop version correct, but on the mobile, I got two identical pixelated slides under each other.
Maybe to somehow change the settings of the mobile slideshow to fit these parameters?
Thanks for the advice.
Michal
The page I need help with: [log in to see the link]
- The topic ‘Bad resolution of the slides on mobile’ is closed to new replies.