Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need svg image in fancybox.
HTML
<div id="data">
  I have rendered svg image here. 
  I also have some image tags.
<a id="inline" href="#data" style="margin-removed15px;">Full Screen</a>
</div>

I want to get full screen of the div with id "data".

When i click on "Full Screen" i'm getting full screen of div with id"data" with jpg images, but not the svg image(Which is rendered into the div)
Posted

1 solution

HTML
<div style="height:inherit; width:inherit"></div>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900