Closed (fixed)
Project:
SimpleAds
Version:
7.x-1.8
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2013 at 14:19 UTC
Updated:
2 May 2013 at 15:30 UTC
Is there any way to set the image/flash ad dimensions (width/height) for custom blocks created with Views?
Comments
Comment #1
gkom commentedJust in case someone else is looking to do the same, I managed to solve this by adding two custom fields (width + height) to the ad node type and using their values in /mytheme/simpleads_flash_element.tpl.php.
This code in the template:
is replaced with the following:
If someone has a better way please let us know.