We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Gerhard Bies
  2. Sherlock Holmes
  3. General Discussion
  4. Monday, 10 March 2014
  5.  Subscribe via email
hi,

I used joomla 3.2.3 , plugin t3 2.1.2 and template v.2.1.2.

theme dark with and layout home 2

i want at position Home-1 vrom layout a picture with used width 100% for desktop it is working but for tablet or mobile the width from picture is not responsive the picture is much bigger than the layout see picture

how can i solve that

regards
Gerhard
Attachments (1)
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
1
Votes
Undo
Hi admin,

did this now
go to your=>T3 Bs3 Blank => go folder CSS=> make a custom.css file.
put this in the custom.css file

img {
display: block;
height: auto;
max-width: 100%;
}

go to your T3 Bs3 Blank template=> folder Less=>folder theme=>use your theme=>then choose=>template.less.
In these document you fill in

img {
&:extend(.img-responsive);
}

at to your picture this
class="img-responsive"

hope it helps others

Gerhard
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gerhard Bies,

Can you please re-upload the screenshot?
You can use a 3rd hosting to store the image.

If you are using T3 Bs3 Blank, you need to add img-responsive class to the image to make it responsive.

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi admin,
I use T3 Bs3 Blank,
in a module position have you to add it where you have put the picture
can you give example

thanks
Gerhard
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.