Resize image on mobile
-
Hey team,
We are trying to resize the image on mobile without changing the background. is this feature available in any version?
if not, been working on the CSS but can’t hit the mark…could you have a look?
@media screen and (max-width: 600px){
.twae-horizontal .twae-timeline-img
{width:90%;}
.twae-horizontal .twae-story-info {
background: linear-gradient(180deg, #fff 79%, #e4f6f6 21%);box-shadow: 0 2px 8px -2px rgba(0,0,0,.4)
}Thanks!
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Resize image on mobile’ is closed to new replies.