Hi there,
I’m having issue with Dawn theme slider image not able to correctly display on
desktop and mobile devices.
If I want show on desktop then it will crop on showing mobile devices.
However I’ve found a sloution via community search and i’ve add following code into Asset->/base.css
@media screen and (max-width: 640px) {
.banner--adapt_image {height: 200px;}
}
This is page where I found the solution.
and i’ve change the height to 340 inorder to get the correct size on both devices.
I’m not sure is this the smart way or is this the correct way, just sharing this part. (I’m sure there
are alot people like me who isn’t good at code and also wandering why the slider didn’t come
with RWD design.)
My 2nd question is I would like to make the slider clickable. I’ve check this post
Making your slidershow clickable
I’m having problem finding the code after I’ve open slideshow.liquid
with this topic’s code, i couldn’t find any code mentioned in the post.
I’ve also check Dawn 9.0 and still unable to find those code.
Regards,
Dragon Chi
