Title: Images again
Last modified: August 21, 2016

---

# Images again

 *  Resolved [wt85](https://wordpress.org/support/users/wt85/)
 * (@wt85)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/images-again-2/)
 * Hello,
 * thank you for this plugin. I also tried to show images using tooltip. I tried
   the code you posted in the topic with title “Showing images?”. But the framing
   of the tooltip doesn’t fit to the picture, see here
    [http://www.ornelladesantis.eu/test/](http://www.ornelladesantis.eu/test/)
   How can I fix this? Also, can a change opacity of the tooltip?
 * Thanks!
 * [http://wordpress.org/plugins/simple-tooltips/](http://wordpress.org/plugins/simple-tooltips/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [ClevelandWebDeveloper](https://wordpress.org/support/users/clevelandwebdeveloper/)
 * (@clevelandwebdeveloper)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/images-again-2/#post-4265519)
 * Hey,
 * The link you sent takes me to a ‘page not found’.
 * You can change the tooltip opacity but you would need to enter custom css in 
   order to do this. I could help you with the css code if need be.
 *  Thread Starter [wt85](https://wordpress.org/support/users/wt85/)
 * (@wt85)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/images-again-2/#post-4265520)
 * Hi,
 * thanks for your reply. I set up the page again. If you hover over the icon besides“
   Adriano…” your tooltip should appear. But the image doesn’t fit into the frame.
   As is the case also for a lot of other tooltip plugins, I have to preload the
   image in a hidden img tag (see source code). If I wouldn’t do this, the tooltip
   would be broken even more.
 *  Plugin Author [ClevelandWebDeveloper](https://wordpress.org/support/users/clevelandwebdeveloper/)
 * (@clevelandwebdeveloper)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/images-again-2/#post-4265522)
 * Go into the index.php file within the plugin folder. Find the tooltip_data() 
   function. Add a comma after the color parameter, and then add the following two
   parameters:
 *     ```
       'max_width':  400, //whatever max width you want in pixels, default is 250
       'opacity':    .5,  //whatever opacity you want, default is .85
       ```
   
 * If you make these changes to the plugin code, you would lose them in the future
   if you ever update the plugin when a new version comes out. However I will try
   to include the ability to set these options from within the plugin settings page
   in the next release, so if you do update and lose the changes you would just 
   have to set them again from within the plugin settings page and you would be 
   good to go.
 * Thanks for calling this to my attention and good luck.
 *  Plugin Author [ClevelandWebDeveloper](https://wordpress.org/support/users/clevelandwebdeveloper/)
 * (@clevelandwebdeveloper)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/images-again-2/#post-4265562)
 * FYI,
 * I just released version 1.1 which allows you to set max width and opacity for
   the tooltip. You can set this via WordPress admin > Settings > Simple Tooltips
 *  Thread Starter [wt85](https://wordpress.org/support/users/wt85/)
 * (@wt85)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/images-again-2/#post-4265564)
 * Thanks!
 *  Thread Starter [wt85](https://wordpress.org/support/users/wt85/)
 * (@wt85)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/images-again-2/#post-4265565)
 * [Here](http://www.ornelladesantis.eu/links) you can see your plugin in action.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Images again’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-tooltips_cfcfcf.svg)
 * [Simple Tooltips](https://wordpress.org/plugins/simple-tooltips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-tooltips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-tooltips/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-tooltips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-tooltips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-tooltips/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [wt85](https://wordpress.org/support/users/wt85/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/images-again-2/#post-4265565)
 * Status: resolved