How is inserted an image in Image Show GK4?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 11, 2014 12:33 am
Reply with quote
Report this post
How can I insert an image into content area?

If I insert it so <img src="images/logo.png" /> I get [Left Bracket] error!

Thanks for any help!

Sakari
User avatar
Expert Boarder

GK User
Tue Feb 11, 2014 12:54 am
Reply with quote
Report this post
Hi,
info about custom HTML code inside this module you will find here: http://www.gavick.com/documentation/joo ... -show-gk4/

at the middle of manual - search header "How to add link, bold or any other HTML tag in Content field"
User avatar
Platinum Boarder

GK User
Tue Feb 11, 2014 8:27 am
Reply with quote
Report this post
Thanks Pawel,
now I get to clean the screen logo, but it zooms the screen size!
I mean, this picture does not remain in the original size even though I specify the size!

Code: Select all

<img width="100" height="250" src="images/logo.png" />


User avatar
Expert Boarder

GK User
Tue Feb 11, 2014 1:59 pm
Reply with quote
Report this post
probably it's overriden by CSS
in this case I suggest use this:
Code: Select all
<img  src="images/logo.png" style="width:100px !important; height:250px !important;" />


Small difference but should work.
User avatar
Platinum Boarder

GK User
Tue Feb 11, 2014 2:12 pm
Reply with quote
Report this post
Super!
Now it displays correctly!
Thank you very much! :)
User avatar
Expert Boarder


cron