- Posts: 14
COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Slideshow "pixled"
- Dani
- Topic Author
- Offline
- New Member
Less
More
10 years 9 months ago #137590
by Dani
Slideshow "pixled" was created by Dani
Hello There,
when i upload an image for the slideshow on the frontsite the image get's "pixled and is not showing clear.
That's pretty annoying in my case.. Why is that? Even if i upload it in much higher resolution it's not clear.
How can this be fixed?
See here: glunggephoniker.ch
Thanks for you help!
Have a good day!
when i upload an image for the slideshow on the frontsite the image get's "pixled and is not showing clear.
That's pretty annoying in my case.. Why is that? Even if i upload it in much higher resolution it's not clear.
How can this be fixed?
See here: glunggephoniker.ch
Thanks for you help!
Have a good day!
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
10 years 9 months ago #137591
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic Slideshow "pixled"
The XL image the slideshow is fetching is set to 900px. You can change that to a bigger one (i.e. 1320px) to avoid pixelating.
Note two things, though. If you change the 900 to 1320 it will require to re-upload your images to that this new dimension takes affect and at least your homepage will require extra time to load since even that small difference between file sizes will increase your page load.
Note two things, though. If you change the 900 to 1320 it will require to re-upload your images to that this new dimension takes affect and at least your homepage will require extra time to load since even that small difference between file sizes will increase your page load.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dani
- Topic Author
- Offline
- New Member
Less
More
- Posts: 14
10 years 9 months ago #137592
by Dani
Replied by Dani on topic Slideshow "pixled"
Thanks for that hint.
Where exactly do i need to change that value?
Where exactly do i need to change that value?
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
10 years 9 months ago #137593
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic Slideshow "pixled"
Go to K2 Parameters under Images tab.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dani
- Topic Author
- Offline
- New Member
Less
More
- Posts: 14
10 years 9 months ago #137594
by Dani
Replied by Dani on topic Slideshow "pixled"
Thanks!
Another question. Is it possible to change the ammount of seconds bevor the slider changes the image/article?
Another question. Is it possible to change the ammount of seconds bevor the slider changes the image/article?
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
10 years 9 months ago #137595
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic Slideshow "pixled"
You can do so by modifying the module's template file, default.php, located in templates/newsworth/html/mod_k2_content/Slideshow.
The option you need to alter is the interval (interval : 5000). The value has to be placed in milliseconds.
The option you need to alter is the interval (interval : 5000). The value has to be placed in milliseconds.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dani
- Topic Author
- Offline
- New Member
Less
More
- Posts: 14
10 years 9 months ago #137596
by Dani
Replied by Dani on topic Slideshow "pixled"
Perfect, thanks!
Another question:
Is it possible to hide the Main Logo(Header) on the mobile phone?
I somehow didn't get it to work with the classes. Any hint?
Thanks!
Another question:
Is it possible to hide the Main Logo(Header) on the mobile phone?
I somehow didn't get it to work with the classes. Any hint?
Thanks!
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
10 years 9 months ago #137597
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic Slideshow "pixled"
Add this in your custom.css file
@media only screen and (max-width:569px) {
.mainHeader {background-image: none; height: auto;}
}
@media only screen and (max-width:569px) {
.mainHeader {background-image: none; height: auto;}
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.