- Posts: 8
COMMUNITY FORUM
[SOLVED] Create Video Gallery within k2 content?
- 313designs
-
Topic Author
- Offline
- New Member
Less
More
12 years 1 month ago #111236
by 313designs
[SOLVED] Create Video Gallery within k2 content? was created by 313designs
Greetings,
I was wondering if its possible to insert a video gallery of sorts within K2 content? I have about 5 videos that are all related and I'd like to present them within a k2 article as a possible gallery.
Thanks,
James
I was wondering if its possible to insert a video gallery of sorts within K2 content? I have about 5 videos that are all related and I'd like to present them within a k2 article as a possible gallery.
Thanks,
James
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
12 years 1 month ago #111237
by william white
Replied by william white on topic Re: Create Video Gallery within k2 content?
Two ways to do this, im sure there are more...
1. create a category, use the category desc to put your contnet into, create five items, attach the videos, set item view in cat listing to show only the video, and use a K2 category listing only that category...
2. create a category for the videos
insert mod_k2_content into another k2 item with modules anywhere by nonumber.nl with videos only set to show
1. create a category, use the category desc to put your contnet into, create five items, attach the videos, set item view in cat listing to show only the video, and use a K2 category listing only that category...
2. create a category for the videos
insert mod_k2_content into another k2 item with modules anywhere by nonumber.nl with videos only set to show
Please Log in or Create an account to join the conversation.
- JJ Spelman
-
- Offline
- New Member
Less
More
- Posts: 10
10 years 7 months ago #111238
by JJ Spelman
Replied by JJ Spelman on topic Re: Create Video Gallery within k2 content?
This did work rather nicely until it got down to phone sizes. Even though I went to the plugin parameters and set the video with to 230px to keep it from breaking out of the cumbersome Media container, it still broke and was cropped off. It seemed to be stuck at 320 no matter what.
Any ideas?
I may have to buy hwdMediaShare now because this site launches tomorrow night.
Any ideas?
I may have to buy hwdMediaShare now because this site launches tomorrow night.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 7 months ago #111239
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Create Video Gallery within k2 content?
Somewhere in the css code a value of min-width: 320px is set.
You should remove 320px and replace it with 100%.
You should also take a look at this: github.com/kricore/allvideos/commit/4e963f89b9442199a08fa905a768277781b9d34d
You should remove 320px and replace it with 100%.
You should also take a look at this: github.com/kricore/allvideos/commit/4e963f89b9442199a08fa905a768277781b9d34d
Please Log in or Create an account to join the conversation.
- JJ Spelman
-
- Offline
- New Member
Less
More
- Posts: 10
10 years 7 months ago #111240
by JJ Spelman
Replied by JJ Spelman on topic Re: Create Video Gallery within k2 content?
Thanks, I will look a little harder to see if I can locate it.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 7 months ago #111241
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Create Video Gallery within k2 content?
In the link I sent you there is the full path of that css file.
plugin/jw_allvideos/tmpl/Responsive/css/template.css
plugin/jw_allvideos/tmpl/Responsive/css/template.css
Please Log in or Create an account to join the conversation.
- JJ Spelman
-
- Offline
- New Member
Less
More
- Posts: 10
10 years 7 months ago #111242
by JJ Spelman
Replied by JJ Spelman on topic Re: Create Video Gallery within k2 content?
That was the answer. Thank you.
But now that the videos are nicely configured, I noticed the pagination is not. I will post that in a new post.
Thanks for your helo!
But now that the videos are nicely configured, I noticed the pagination is not. I will post that in a new post.
Thanks for your helo!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 7 months ago #111243
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Create Video Gallery within k2 content?
The pagination is a part of your Joomla! template.
K2 uses Joomla!'s default pagination.
K2 uses Joomla!'s default pagination.
Please Log in or Create an account to join the conversation.
- JJ Spelman
-
- Offline
- New Member
Less
More
- Posts: 10
10 years 7 months ago #111244
by JJ Spelman
Replied by JJ Spelman on topic Re: Create Video Gallery within k2 content?
OK thanks
Please Log in or Create an account to join the conversation.