Resize image in creativity style
Easily add amazing slideshow to your Joomla website with free Image Show module and manage them using slide manager
Rate this topic:
- GK User
- Thu Feb 11, 2016 12:12 pm
Hi,
I'm using the module for this site: animalegni.it. I'm using a svg image in just one slide. If I see the site from my mobile, the image is not resized completely. The image resizing works partially. Can you help me?
TNX!
I'm using the module for this site: animalegni.it. I'm using a svg image in just one slide. If I see the site from my mobile, the image is not resized completely. The image resizing works partially. Can you help me?
TNX!
-
- Fresh Boarder
- teitbite
- Sun Feb 14, 2016 2:27 pm
Hi
I'm afraid I cannot see this problem. Can You show me a screenshot with issue so I'll know where to look for it ?
I'm afraid I cannot see this problem. Can You show me a screenshot with issue so I'll know where to look for it ?
-
- Moderator
- GK User
- Fri Mar 18, 2016 12:39 pm
ok
-
- Fresh Boarder
- teitbite
- Tue Mar 22, 2016 9:29 am
Hi
Actually this is how it works. Image is being resized in height to create a background. In demo You can see that background used are one color or patterns behind text, not images.
Anyway You can change the height of this are for mobile devices so the image will be smaller and hopefully fit.
Actually this is how it works. Image is being resized in height to create a background. In demo You can see that background used are one color or patterns behind text, not images.
Anyway You can change the height of this are for mobile devices so the image will be smaller and hopefully fit.
- Code: Select all
@media only screen and (max-width:1032px) {
div.gk-intro {
height: 40%;
}
}
-
- Moderator
4 posts
• Page 1 of 1