Responsive problem

GK User
Fri Jul 31, 2015 5:32 pm
how to set the module so that the picture scalable (responsive).
The bottom position http://www.newsmusic.pl home page.
Thank you Arthur

Jak ustawić moduł aby zdjęcie w nim wyświetlane było skalowalne (responsiv). Strona główna http://www.newsmusic.pl pozycja bottom.
Dziękuje Artur
User avatar
Junior Boarder

GK User
Sat Aug 01, 2015 8:56 am
You need to add a style to this image. Please use html editor and change:
Code: Select all
<a href="http://facebook.com/czluchowrapnight" target="_blank"><img src="/images/banners/CZW_RAP_NIGHT_2015_-_baner1730.jpg" alt=""></a>

to:
Code: Select all
<a href="http://facebook.com/czluchowrapnight" target="_blank"><img src="/images/banners/CZW_RAP_NIGHT_2015_-_baner1730.jpg" alt="" style="max-widgh:100%"></a>

Or you can create a 100% width class in override.css:
Code: Select all
img.imgrwd {max.width:100%}

and then use it on any image:
Code: Select all
<a href="http://facebook.com/czluchowrapnight" target="_blank"><img src="/images/banners/CZW_RAP_NIGHT_2015_-_baner1730.jpg" alt="" class="imgrwd" ></a>
User avatar
Moderator

GK User
Sat Aug 01, 2015 9:34 pm
Thank you very much for your help.
I have one more question, if I can update joomla template WRITE 3.4.1 for Joomla 3.4.3.
Thank you.
Dziękuje serdecznie za pomoc.
Mam jeszcze jedno pytanie, czy mogę zaktualizować joomla 3.4.1 szablon WRITE do joomla 3.4.3.
Dziekuje
User avatar
Junior Boarder

GK User
Mon Aug 03, 2015 5:39 pm
You should be able to update without any problems, but to have 100% feedback, please create a backup of files and database before the update.
User avatar
Moderator


cron