- Posts: 80
- Thank you received: 0
Change popup icon of each slide
-
Giorjoom
Active member - Topic Author
- Member
Less
More
2 days 15 hours ago #51753
by Giorjoom
Change popup icon of each slide was created by Giorjoom
Where can I set to change the name of the popup small picture inside each slide?
Thanks
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
1 day 21 hours ago #51754
by milos
Replied by milos on topic Change popup icon of each slide
Hello,
It's in Content > Site Modules > Hot Swipe Carousel > Slides > Slide Text
Regards,
Milos
It's in Content > Site Modules > Hot Swipe Carousel > Slides > Slide Text
Regards,
Milos
Please Log in to join the conversation.
-
Giorjoom
Active member - Topic Author
- Member
Less
More
- Posts: 80
- Thank you received: 0
1 day 13 hours ago #51755
by Giorjoom
Replied by Giorjoom on topic Change popup icon of each slide
I didn't mean that. Into the main picture a smaller picture is popping in. In the demo it is "image1-2x.jpg, image2-2x.jpg... for each slide of the gallery. Well I wish I can change the file and it's name (because my viewers will not clear their browser's cache so if I change them, they will still see the old one). Where can I do that? Thanx
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
22 hours 28 minutes ago #51756
by milos
Replied by milos on topic Change popup icon of each slide
Hello,
You enter a different image name in Content > Site Modules > Hot Swipe Carousel > Slides > Slide Text. For example, for the first slide, you have this (after template installation):
You can change this image to, for example, "myexampleimage1.jpg", like this:
The module will automatically look for the image "myexampleimage1-2x.jpg" in the same folder (it should be an image with double resolution) and display this image on screens with double pixel density (retina screens).
Regards,
Milos
You enter a different image name in Content > Site Modules > Hot Swipe Carousel > Slides > Slide Text. For example, for the first slide, you have this (after template installation):
Code:
<img src="images/carousel/image1.jpg" alt="grapes" />
You can change this image to, for example, "myexampleimage1.jpg", like this:
Code:
<img src="images/carousel/myexampleimage1.jpg" alt="grapes" />
The module will automatically look for the image "myexampleimage1-2x.jpg" in the same folder (it should be an image with double resolution) and display this image on screens with double pixel density (retina screens).
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.160 seconds