Page 1 of 1

Different sizes of player

Posted: Thu Aug 14, 2014 10:30 am
by Hristo
The WP plugin has a size of player - Width and Height. But what to do if the same site I need different sizes of player?
For example, a size for publications and other size for pages.

Re: Different sizes of player

Posted: Thu Aug 14, 2014 1:56 pm
by Hopki
Hi,
When you add media to your post it will look like this.

Code: Select all

[ggpkg id=xx]
You can add custom attributes to individual ggpkg's on a page.

Example

Code: Select all

[ggpkg id=xx width='500' height='400']
You can also add maps display user data etc.
Please see the CMS Plugin page for more details.
Regards,
Hopki

Re: Different sizes of player

Posted: Thu Aug 14, 2014 4:20 pm
by Hristo
Works great, thanks a lot!