Different sizes of player

Everything concerning the Wordpress/Joomla/Drupal plugins
Post Reply
Hristo
Posts: 11
Joined: Fri Apr 11, 2014 12:42 pm

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.
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

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
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Hristo
Posts: 11
Joined: Fri Apr 11, 2014 12:42 pm

Works great, thanks a lot!
Post Reply