Size of ImageShow module

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Aug 07, 2013 1:18 pm
Hi, I placed for a specific article an imageshow module at position "sidebar".
Now is it possible to resize height an width of the module in this position ?
I use the rock theme template.

Kind regards
User avatar
Fresh Boarder

GK User
Wed Aug 07, 2013 5:46 pm
Hi,
you can use some CSS tricks to set width and height of module.

1) Create a new class for example

Code: Select all
.BigBox {display:block;width:300px;height:500px; }

How to : http://www.gavick.com/documentation/joo ... -template/

2) Add this class to Module suffix field
" BigBox" -- remember to add space before suffix name

Now your module should have 300px x 500px - of course module width depends of layout width etc.
User avatar
Platinum Boarder

GK User
Wed Aug 07, 2013 5:50 pm
This was theoretical solution because you didn't add URL where you module you have.

Second solution,
is to insert article content inside
Code: Select all
<div style="width:___px;min-height:___px;"> <p>...blabla bla..</p> </div>
with declared size.
User avatar
Platinum Boarder

GK User
Fri Aug 09, 2013 1:08 pm
Hello,
Fist solution with module class worked :lol:

Thanks a lot
User avatar
Fresh Boarder


cron