GavickPro / News-Show-Pro-GK5

Advanced Joomla! content module.
28 stars 37 forks source link

have images fit mobile #298

Closed JoePiscapo closed 9 years ago

JoePiscapo commented 9 years ago

Hey Tomasz,

Is it possible to add some CSS code to make all images fit to the width of a mobile phone?

Thanks, Mike

dziudek commented 9 years ago

Hello,

Please add:

.nspArt img.nspImage { 
    max-width: 100%;
}

in the below media-query:

https://github.com/GavickPro/News-Show-Pro-GK5/blob/J!3.0_compatible/mod_news_pro_gk5/interface/css/style.css#L464-L468

JoePiscapo commented 9 years ago

Thanks! it worked!