1. niko7488
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 07 November 2013
  5.  Subscribe via email
Hallo!

Malfunction display on the notebook and on older monitors.
What do you recommend for proper display images on the screens of this type? Maybe there is some version of the image smaller? When I'm doing less picture, then there is a white background and it looks unsightly. Also, when viewed on a phone, a white background next to the picture.

Thank you for your help in advance!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You can set the width of your ImageLinkHover module for each device by adding the following to the Custom CSS field of your templates parameters, editing to your own tate where 200px is the new width to your image....

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.j51container, .j51container .mask, .j51container .content {
max-width: 200px !important;
}}

/* #Mobile (Landscape) */
@media only screen and ( max-width: 767px ) {
.j51container, .j51container .mask, .j51container .content {
max-width: 200px !important;
}}

/* #Mobile (Portrait) */
@media only screen and (max-width: 440px) {
.j51container, .j51container .mask, .j51container .content {
max-width: 200px !important;
}}


Hope this helps

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.